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.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/includes/cron/task_wrapper.php b/phpBB/includes/cron/task_wrapper.php
index 17f80278a7..ecc0d1901d 100644
--- a/phpBB/includes/cron/task_wrapper.php
+++ b/phpBB/includes/cron/task_wrapper.php
@@ -16,12 +16,6 @@ if (!defined('IN_PHPBB'))
exit;
}
-// We use parametrized_cron_task in is_parametrized
-if (!interface_exists('cron_task'))
-{
- include($phpbb_root_path . 'includes/cron/cron_task.' . $phpEx);
-}
-
/**
* Cron task wrapper class.
* Enhances cron tasks with convenience methods that work identically for all tasks.