diff options
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 8e4bf8a331..2123158861 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -201,7 +201,7 @@ require(PHPBB_ROOT_PATH . 'includes/utf/utf_tools.' . PHP_EXT); set_error_handler(defined('PHPBB_MSG_HANDLER') ? PHPBB_MSG_HANDLER : 'msg_handler'); // enforce the use of the request class -request::disable_super_globals(); +phpbb_request::disable_super_globals(); // Instantiate some basic classes $user = new user(); |