diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2012-03-28 21:45:56 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-28 21:45:56 +0200 |
| commit | 7f1abaa318cb7008c9eab259003d67790e346094 (patch) | |
| tree | 41be616f9641d1c4c5443c31fa8e65dbc44f83f6 /phpBB/install/database_update.php | |
| parent | 821948b96f85d7fb17e853a1fae57073a0a19352 (diff) | |
| download | forums-7f1abaa318cb7008c9eab259003d67790e346094.tar forums-7f1abaa318cb7008c9eab259003d67790e346094.tar.gz forums-7f1abaa318cb7008c9eab259003d67790e346094.tar.bz2 forums-7f1abaa318cb7008c9eab259003d67790e346094.tar.xz forums-7f1abaa318cb7008c9eab259003d67790e346094.zip | |
[feature/event-dispatcher] Add empty dispatcher to installer and db updater
PHPBB3-9550
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 843e8c2f23..c2b36f5992 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -120,6 +120,7 @@ $cache = $cache_factory->get_service(); $phpbb_class_loader_ext->set_cache($cache->get_driver()); $phpbb_class_loader->set_cache($cache->get_driver()); +$phpbb_dispatcher = new phpbb_event_dispatcher(); $request = new phpbb_request(); $user = new user(); $db = new $sql_db(); |
