aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-10-28 22:26:49 +0200
committerOleg Pudeyev <oleg@bsdpower.com>2011-02-12 22:05:51 -0500
commita9e0f9947d1d71779a6c02dbc4c40f70f6a98723 (patch)
treeae3ada484c9c312198bba6214c3c620a9937a9b4 /phpBB/common.php
parent0aa491ffa20dbd45ed7b1142005041d2ddc975a9 (diff)
downloadforums-a9e0f9947d1d71779a6c02dbc4c40f70f6a98723.tar
forums-a9e0f9947d1d71779a6c02dbc4c40f70f6a98723.tar.gz
forums-a9e0f9947d1d71779a6c02dbc4c40f70f6a98723.tar.bz2
forums-a9e0f9947d1d71779a6c02dbc4c40f70f6a98723.tar.xz
forums-a9e0f9947d1d71779a6c02dbc4c40f70f6a98723.zip
[feature/system-cron] add phpbb_ prefix to all class names
PHPBB3-9596
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index c4c1d2979a..00fc1a5cb7 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -242,5 +242,5 @@ foreach ($cache->obtain_hooks() as $hook)
if (!$config['use_system_cron'])
{
- $cron = new cron_manager();
+ $cron = new phpbb_cron_manager();
}