aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2010-05-09 16:03:18 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-02-12 22:05:50 -0500
commit72699b72fba7b4fb67874353c01c37b7ae4dfea5 (patch)
tree58fa0e8fab23b5527e003a012b48e0455445c638 /phpBB/viewforum.php
parentbe087826b084815802e45195db4adc72d0b57e17 (diff)
downloadforums-72699b72fba7b4fb67874353c01c37b7ae4dfea5.tar
forums-72699b72fba7b4fb67874353c01c37b7ae4dfea5.tar.gz
forums-72699b72fba7b4fb67874353c01c37b7ae4dfea5.tar.bz2
forums-72699b72fba7b4fb67874353c01c37b7ae4dfea5.tar.xz
forums-72699b72fba7b4fb67874353c01c37b7ae4dfea5.zip
[feature/system-cron] Updated prune forum task name in viewforum.
PHPBB3-9596
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index a3fd9fa6fb..c60721e3f1 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -195,7 +195,7 @@ if ($forum_data['forum_topics_per_page'])
// Do the forum Prune thang - cron type job ...
if (!$config['use_system_cron'])
{
- $task = $cron->instantiate_task('core_prune_forum', $forum_data);
+ $task = $cron->instantiate_task('cron_task_core_prune_forum', $forum_data);
if ($task && $task->is_ready()) {
$url = $task->get_url();
$template->assign_var('RUN_CRON_TASK', '<img src="' . $url . '" width="1" height="1" alt="cron" />');