1
0
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:
Oleg Pudeyev
2010-04-17 07:05:54 -04:00
parent b620f29937
commit 8f567a21a3
2 changed files with 2 additions and 2 deletions

View File

@@ -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();
}