mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[feature/system-cron] Fixes to make cron actually run.
PHPBB3-9596
This commit is contained in:
@@ -243,5 +243,5 @@ foreach ($cache->obtain_hooks() as $hook)
|
||||
if (!$config['use_system_cron'])
|
||||
{
|
||||
include($phpbb_root_path . 'includes/cron/cron_manager.' . $phpEx);
|
||||
$cron = new cron();
|
||||
$cron = new cron_manager();
|
||||
}
|
||||
|
Reference in New Issue
Block a user