diff options
Diffstat (limited to 'phpBB/includes/cron/task_base.php')
-rw-r--r-- | phpBB/includes/cron/task_base.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/cron/task_base.php b/phpBB/includes/cron/task_base.php index 1edb4aae51..d867b3abf1 100644 --- a/phpBB/includes/cron/task_base.php +++ b/phpBB/includes/cron/task_base.php @@ -16,11 +16,6 @@ if (!defined('IN_PHPBB')) exit; } -if (!interface_exists('cron_task')) -{ - include($phpbb_root_path . 'includes/cron/cron_task.' . $phpEx); -} - /** * Cron task base class. Provides sensible defaults for cron tasks * and partially implements cron task interface, making writing cron tasks easier. |