aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-24 15:17:47 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-24 15:17:47 +0000
commit306581d905c508e6d4a7bafebce1b90dbedbbf4a (patch)
tree35b44aa977eea4d109dc5600a5ca781f8eb4aaee /phpBB/includes
parent9242d6f9985eb01afa1b688b74c88876b2f8dc17 (diff)
downloadforums-306581d905c508e6d4a7bafebce1b90dbedbbf4a.tar
forums-306581d905c508e6d4a7bafebce1b90dbedbbf4a.tar.gz
forums-306581d905c508e6d4a7bafebce1b90dbedbbf4a.tar.bz2
forums-306581d905c508e6d4a7bafebce1b90dbedbbf4a.tar.xz
forums-306581d905c508e6d4a7bafebce1b90dbedbbf4a.zip
this should work fine now...
git-svn-id: file:///svn/phpbb/trunk@7937 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/db/dbal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/dbal.php b/phpBB/includes/db/dbal.php
index aa8adda86c..79a2d6bf35 100644
--- a/phpBB/includes/db/dbal.php
+++ b/phpBB/includes/db/dbal.php
@@ -534,7 +534,7 @@ class dbal
// Show complete SQL error and path to administrators only
// Additionally show complete error on installation or if extended debug mode is enabled
// The DEBUG_EXTRA constant is for development only!
- if (isset($auth) && ($auth->acl_get('a_') || defined('IN_INSTALL') || defined('DEBUG_EXTRA')))
+ if ((isset($auth) && $auth->acl_get('a_')) || defined('IN_INSTALL') || defined('DEBUG_EXTRA'))
{
// Print out a nice backtrace...
$backtrace = get_backtrace();