And another one

This commit is contained in:
Michael 2017-05-07 08:18:50 +00:00
parent 7a3bdbfc15
commit 054e40de65
1 changed files with 1 additions and 1 deletions

View 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;
}