mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 08:12:17 +02:00
[feature/system-cron] fix remaining missing phpbb_ prefix in cron.php
PHPBB3-9596
This commit is contained in:
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'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user