[feature/system-cron] Changed stray include_once to include.

PHPBB3-9596
This commit is contained in:
Oleg Pudeyev 2010-04-19 07:29:26 -04:00
parent 763dc86c16
commit bb7496bac2

View file

@ -18,7 +18,7 @@ if (!defined('IN_PHPBB'))
if (!class_exists('cron_task')) if (!class_exists('cron_task'))
{ {
include_once($phpbb_root_path . 'includes/cron/cron_task.' . $phpEx); include($phpbb_root_path . 'includes/cron/cron_task.' . $phpEx);
} }
/** /**