summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Burschka2013-12-31 00:12:45 +0100
committerChristoph Burschka2013-12-31 00:12:45 +0100
commit143a4d939220e41ea163677c0a8369a5eec89e24 (patch)
tree34cef5e0b05fd4524936a0ef7d09af4352afa5aa
parentUse STD* constants instead of opening new streams. (diff)
downloadejabberd-auth-php-143a4d939220e41ea163677c0a8369a5eec89e24.tar.gz
Whitespace cleanup (remove tabs)
-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');