From c9bd1b392d098dce1c406f7da7654d5c1b4833a7 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Thu, 28 Oct 2010 21:41:53 +0200 Subject: [feature/system-cron] remove conditional includes in favour of autoloading PHPBB3-9596 --- phpBB/includes/cron/task_base.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'phpBB/includes/cron/task_base.php') 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. -- cgit v1.2.1