mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/system-cron] Updated includes after moving files.
PHPBB3-9596
This commit is contained in:
@@ -242,6 +242,6 @@ foreach ($cache->obtain_hooks() as $hook)
|
||||
|
||||
if (!$config['use_system_cron'])
|
||||
{
|
||||
require($phpbb_root_path . 'includes/cron.' . $phpEx);
|
||||
include($phpbb_root_path . 'includes/cron/cron_manager.' . $phpEx);
|
||||
$cron = new cron();
|
||||
}
|
||||
|
Reference in New Issue
Block a user