mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[feature/system-cron] fix remaining missing phpbb_ prefix in cron.php
PHPBB3-9596
This commit is contained in:
parent
b50e486567
commit
5a95340ee8
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ else
|
||||||
output_image();
|
output_image();
|
||||||
}
|
}
|
||||||
|
|
||||||
$cron_lock = new cron_lock();
|
$cron_lock = new phpbb_cron_lock();
|
||||||
if ($cron_lock->lock())
|
if ($cron_lock->lock())
|
||||||
{
|
{
|
||||||
if ($config['use_system_cron'])
|
if ($config['use_system_cron'])
|
||||||
|
|
Loading…
Add table
Reference in a new issue