1
0
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:
Igor Wiedler 2010-10-29 13:28:16 +02:00 committed by Oleg Pudeyev
parent b50e486567
commit 5a95340ee8

View File

@ -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'])