aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/task_wrapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cron/task_wrapper.php')
-rw-r--r--phpBB/includes/cron/task_wrapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/cron/task_wrapper.php b/phpBB/includes/cron/task_wrapper.php
index b3662a4e31..159382a8d1 100644
--- a/phpBB/includes/cron/task_wrapper.php
+++ b/phpBB/includes/cron/task_wrapper.php
@@ -40,7 +40,7 @@ class phpbb_cron_task_wrapper
*/
public function is_parametrized()
{
- return $this->task instanceof phpbb_parametrized_cron_task;
+ return $this->task instanceof phpbb_cron_task_parametrized;
}
/**