1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

[feature/event-dispatcher] Add phpbb_event_dispatcher_wrapper

PHPBB3-9550
This commit is contained in:
Igor Wiedler
2012-03-21 13:15:45 +01:00
parent b4b586ae10
commit baefbdb882
2 changed files with 89 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ $phpbb_class_loader_ext->set_cache($cache->get_driver());
$phpbb_class_loader->set_cache($cache->get_driver());
// Instantiate some basic classes
$phpbb_dispatcher = new EventDispatcher();
$phpbb_dispatcher = new phpbb_event_dispatcher_wrapper(new EventDispatcher());
$request = new phpbb_request();
$user = new user();
$auth = new auth();