1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/12597] Correcting bug in cron.php

PHPBB3-12597
This commit is contained in:
LEZY Thomas
2014-05-28 12:36:55 +02:00
parent 8a1e189970
commit 6f0121e2a4

View File

@@ -85,6 +85,6 @@ else
{ {
if (defined('DEBUG')) if (defined('DEBUG'))
{ {
echo $this->user->lang('CRON_LOCK_ERROR') . '\n'; echo $user->lang('CRON_LOCK_ERROR') . "\n";
} }
} }