mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/system-cron] Changed stray include_once to include.
PHPBB3-9596
This commit is contained in:
parent
763dc86c16
commit
bb7496bac2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue