mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/system-cron] Changed stray include_once to include.
PHPBB3-9596
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user