diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-10-29 13:36:11 +0200 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-02-12 22:05:52 -0500 |
commit | 4302dab5fa964039d53d14d4a80e7bcd8f5e2db5 (patch) | |
tree | 576950ea0568f7a2a28d685abc3418dd2ca9d5b9 /phpBB/includes/cron | |
parent | e48b850ab5dfed646e91d87f0dd9c560e7fd76cf (diff) | |
download | forums-4302dab5fa964039d53d14d4a80e7bcd8f5e2db5.tar forums-4302dab5fa964039d53d14d4a80e7bcd8f5e2db5.tar.gz forums-4302dab5fa964039d53d14d4a80e7bcd8f5e2db5.tar.bz2 forums-4302dab5fa964039d53d14d4a80e7bcd8f5e2db5.tar.xz forums-4302dab5fa964039d53d14d4a80e7bcd8f5e2db5.zip |
[feature/system-cron] coding guidelines adjustments
PHPBB3-9596
Diffstat (limited to 'phpBB/includes/cron')
-rw-r--r-- | phpBB/includes/cron/task/core/prune_all_forums.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/cron/task/core/prune_all_forums.php b/phpBB/includes/cron/task/core/prune_all_forums.php index 154409a37c..7159ba6ae3 100644 --- a/phpBB/includes/cron/task/core/prune_all_forums.php +++ b/phpBB/includes/cron/task/core/prune_all_forums.php @@ -33,7 +33,7 @@ class phpbb_cron_task_core_prune_all_forums extends phpbb_cron_task_base public function run() { global $phpbb_root_path, $phpEx, $db; - + if (!function_exists('auto_prune')) { include($phpbb_root_path . 'includes/functions_admin.' . $phpEx); |