aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-03-31 02:54:39 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 18:14:11 +0200
commit9236dd4c471a6f7655bd00ae422a13013a400ac4 (patch)
tree5f08e769821991d6e557848dec1d630ef2892653 /phpBB/common.php
parent6deb7b3671c29ab7ce1db6e11b5c6be0950d265f (diff)
downloadforums-9236dd4c471a6f7655bd00ae422a13013a400ac4.tar
forums-9236dd4c471a6f7655bd00ae422a13013a400ac4.tar.gz
forums-9236dd4c471a6f7655bd00ae422a13013a400ac4.tar.bz2
forums-9236dd4c471a6f7655bd00ae422a13013a400ac4.tar.xz
forums-9236dd4c471a6f7655bd00ae422a13013a400ac4.zip
[feature/class-prefix] Rename auth => phpbb_auth
PHPBB3-10609
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index c4430208dc..b3b8d7e4f7 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -74,7 +74,6 @@ if (!empty($load_extensions) && function_exists('dl'))
// Include files
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
-require($phpbb_root_path . 'includes/auth.' . $phpEx);
require($phpbb_root_path . 'includes/functions.' . $phpEx);
require($phpbb_root_path . 'includes/functions_content.' . $phpEx);
@@ -102,7 +101,7 @@ $phpbb_class_loader->set_cache($cache->get_driver());
$phpbb_dispatcher = new phpbb_event_dispatcher();
$request = new phpbb_request();
$user = new phpbb_user();
-$auth = new auth();
+$auth = new phpbb_auth();
$db = new $sql_db();
// make sure request_var uses this request instance