From: Michael Date: Sun, 7 May 2017 08:18:50 +0000 (+0000) Subject: And another one X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=054e40de6534f77aa87635f144db1427b91ee716;p=friendica.git And another one --- 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; }