aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/manager.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cron/manager.php')
-rw-r--r--phpBB/includes/cron/manager.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/cron/manager.php b/phpBB/includes/cron/manager.php
index 58333b0b66..170724dc2e 100644
--- a/phpBB/includes/cron/manager.php
+++ b/phpBB/includes/cron/manager.php
@@ -16,11 +16,6 @@ if (!defined('IN_PHPBB'))
exit;
}
-if (!class_exists('cron_task_wrapper'))
-{
- include($phpbb_root_path . 'includes/cron/cron_task_wrapper.' . $phpEx);
-}
-
/**
* Cron manager class.
*