aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/dbal.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/db/dbal.php')
-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 6bec685061..289359ebeb 100644
--- a/phpBB/includes/db/dbal.php
+++ b/phpBB/includes/db/dbal.php
@@ -139,7 +139,7 @@ class dbal
}
// Connection closed correctly. Set db_connect_id to false to prevent errors
- if (($result = $this->_sql_close()))
+ if ($result = $this->_sql_close())
{
$this->db_connect_id = false;
}