add proper End of Line character

remotes/origin/fix-10825
Morris Jobke 11 years ago
parent 73685892ed
commit b7445582dc
  1. 2
      cron.php

@ -100,7 +100,7 @@ try {
if (file_exists(TemporaryCronClass::$lockfile)) {
TemporaryCronClass::$keeplock = true;
TemporaryCronClass::$sent = true;
echo "Another instance of cron.php is still running!";
echo "Another instance of cron.php is still running!" . PHP_EOL;
exit(1);
}

Loading…
Cancel
Save