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:
parent
763dc86c16
commit
bb7496bac2
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user