]> git.mxchange.org Git - friendica.git/commitdiff
And another one
authorMichael <heluecht@pirati.ca>
Sun, 7 May 2017 08:18:50 +0000 (08:18 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 7 May 2017 08:18:50 +0000 (08:18 +0000)
include/dba.php

index dbb3f166aa1e909acb9f3113347c78f99f9ec949..d0ebda1916b8a84300dfee87e9ebe9e03243b640 100644 (file)
@@ -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;
                                        }