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:
@@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user