diff options
Diffstat (limited to 'plugins/phpbb31')
| -rw-r--r-- | plugins/phpbb31/phpbb31_bootstrap.php | 4 | 
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'); | 
