[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(); 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'])