1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 04:55:36 +02:00

[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'))
{
include_once($phpbb_root_path . 'includes/cron/cron_task.' . $phpEx);
include($phpbb_root_path . 'includes/cron/cron_task.' . $phpEx);
}
/**