summaryrefslogtreecommitdiff
path: root/plugins/phpbb31/phpbb31_bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/phpbb31/phpbb31_bootstrap.php')
-rw-r--r--plugins/phpbb31/phpbb31_bootstrap.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/phpbb31/phpbb31_bootstrap.php b/plugins/phpbb31/phpbb31_bootstrap.php
index 9656c81..083abbd 100644
--- a/plugins/phpbb31/phpbb31_bootstrap.php
+++ b/plugins/phpbb31/phpbb31_bootstrap.php
@@ -52,8 +52,8 @@ $phpbb_class_loader_ext = $phpbb_container->get('class_loader.ext');
// Instantiate some basic classes
$user = new noweb_user;
-$auth = $phpbb_container->get('auth');
-$db = $phpbb_container->get('dbal.conn');
+$auth = $phpbb_container->get('auth');
+$db = $phpbb_container->get('dbal.conn');
// Grab global variables, re-cache if necessary
$config = $phpbb_container->get('config');