aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-03-30 13:25:56 -0400
committerDavid King <imkingdavid@gmail.com>2012-03-30 13:25:56 -0400
commitd60d9aa9d5fb880681b1f53c6b8104539e2845b7 (patch)
tree32b17192b1a50f278f77fc7784f7bf8163d35315 /phpBB/install/index.php
parent29a904ce45f16eac928aa516be366780f05c0950 (diff)
parent951e2c8d0c32e6c2bcae02e2f2ff8be35af35b36 (diff)
downloadforums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar
forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar.gz
forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar.bz2
forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar.xz
forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.zip
Merge remote-tracking branch 'igorw/feature/event-dispatcher' into develop
Diffstat (limited to 'phpBB/install/index.php')
-rw-r--r--phpBB/install/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index f180511e46..a196a429e4 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -92,6 +92,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();
// make sure request_var uses this request instance