aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-10-29 13:28:16 +0200
committerOleg Pudeyev <oleg@bsdpower.com>2011-02-12 22:05:52 -0500
commit5a95340ee89515aaddd0dd3d3b5cfc2e666d33b2 (patch)
tree03009a592ba19bbafcac2a8679c758e676a022fb
parentb50e4865675e86ad4f00b5e864b55a327a777e21 (diff)
downloadforums-5a95340ee89515aaddd0dd3d3b5cfc2e666d33b2.tar
forums-5a95340ee89515aaddd0dd3d3b5cfc2e666d33b2.tar.gz
forums-5a95340ee89515aaddd0dd3d3b5cfc2e666d33b2.tar.bz2
forums-5a95340ee89515aaddd0dd3d3b5cfc2e666d33b2.tar.xz
forums-5a95340ee89515aaddd0dd3d3b5cfc2e666d33b2.zip
[feature/system-cron] fix remaining missing phpbb_ prefix in cron.php
PHPBB3-9596
-rw-r--r--phpBB/cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php
index 0520fae1b4..2363f5b10b 100644
--- a/phpBB/cron.php
+++ b/phpBB/cron.php
@@ -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'])