aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-08-30 21:29:16 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-08-30 21:29:16 +0000
commit54884aa5d6ef1c556f216569393e909eae7abfd3 (patch)
treea3f7941d8730ae4608965cbe776ba644264aa034 /phpBB/common.php
parent1d004b925f9e858fcdc491da63efefb52173042c (diff)
downloadforums-54884aa5d6ef1c556f216569393e909eae7abfd3.tar
forums-54884aa5d6ef1c556f216569393e909eae7abfd3.tar.gz
forums-54884aa5d6ef1c556f216569393e909eae7abfd3.tar.bz2
forums-54884aa5d6ef1c556f216569393e909eae7abfd3.tar.xz
forums-54884aa5d6ef1c556f216569393e909eae7abfd3.zip
php, a strange language. :o
git-svn-id: file:///svn/phpbb/trunk@8073 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 151645e5da..1be8eeec9b 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -172,7 +172,7 @@ require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx);
require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
// Set PHP error handler to ours
-+set_error_handler(defined('PHPBB_MSG_HANDLER') ? PHPBB_MSG_HANDLER : 'msg_handler');
+set_error_handler(defined('PHPBB_MSG_HANDLER') ? PHPBB_MSG_HANDLER : 'msg_handler');
// Instantiate some basic classes
$user = new user();