1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-03 14:17:56 +02:00

[feature/events] Adding core.common ledge

PHPBB3-9550
This commit is contained in:
Michael Cullum 2012-03-16 14:58:29 +00:00 committed by Joas Schilling
parent f362d374cc
commit 3339935db3

View File

@ -143,3 +143,5 @@ if (!$config['use_system_cron'])
{
$cron = new phpbb_cron_manager(new phpbb_cron_task_provider($phpbb_extension_manager), $cache->get_driver());
}
$phpbb_dispatcher->dispatch('core.common');