aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/cron_task_base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cron/cron_task_base.php')
-rw-r--r--phpBB/includes/cron/cron_task_base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/cron/cron_task_base.php b/phpBB/includes/cron/cron_task_base.php
index f35ecd4ae0..2059794cec 100644
--- a/phpBB/includes/cron/cron_task_base.php
+++ b/phpBB/includes/cron/cron_task_base.php
@@ -18,7 +18,7 @@ if (!defined('IN_PHPBB'))
if (!class_exists('cron_task'))
{
- include_once($phpbb_root_path . 'includes/cron/cron_task.' . $phpEx);
+ include($phpbb_root_path . 'includes/cron/cron_task.' . $phpEx);
}
/**