From 054e40de6534f77aa87635f144db1427b91ee716 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 7 May 2017 08:18:50 +0000 Subject: [PATCH] And another one --- include/dba.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dba.php b/include/dba.php index dbb3f166aa..d0ebda1916 100644 --- a/include/dba.php +++ b/include/dba.php @@ -886,7 +886,7 @@ class dba { logger(dba::replace_parameters($sql, $command['param']), LOGGER_DATA); - if (!self::e($sql, $param)) { + if (!self::e($sql, $command['param'])) { self::p("ROLLBACK"); return false; }