[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'))
{
echo $this->user->lang('CRON_LOCK_ERROR') . '\n';
echo $user->lang('CRON_LOCK_ERROR') . "\n";
}
}