mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/system-cron] fix remaining missing phpbb_ prefix in cron.php
PHPBB3-9596
This commit is contained in:
committed by
Oleg Pudeyev
parent
b50e486567
commit
5a95340ee8
@@ -73,7 +73,7 @@ else
|
||||
output_image();
|
||||
}
|
||||
|
||||
$cron_lock = new cron_lock();
|
||||
$cron_lock = new phpbb_cron_lock();
|
||||
if ($cron_lock->lock())
|
||||
{
|
||||
if ($config['use_system_cron'])
|
||||
|
Reference in New Issue
Block a user