add proper End of Line character

This commit is contained in:
Morris Jobke 2014-08-31 14:21:46 +02:00
parent 73685892ed
commit b7445582dc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}