mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12597] Correcting bug in cron.php
PHPBB3-12597
This commit is contained in:
parent
8a1e189970
commit
6f0121e2a4
1 changed files with 1 additions and 1 deletions
|
@ -85,6 +85,6 @@ else
|
|||
{
|
||||
if (defined('DEBUG'))
|
||||
{
|
||||
echo $this->user->lang('CRON_LOCK_ERROR') . '\n';
|
||||
echo $user->lang('CRON_LOCK_ERROR') . "\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue