aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/db/mysql.php')
-rw-r--r--phpBB/db/mysql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/mysql.php b/phpBB/db/mysql.php
index 8433deb7d8..706edade5f 100644
--- a/phpBB/db/mysql.php
+++ b/phpBB/db/mysql.php
@@ -424,7 +424,7 @@ class sql_db
{
if ($this->transaction)
{
- $this->sql_transaction(ROLLBACK);
+ $this->sql_transaction('rollback');
}
$this_page = (!empty($_SERVER['PHP_SELF'])) ? $_SERVER['PHP_SELF'] : $_ENV['PHP_SELF'];