And another one
This commit is contained in:
parent
7a3bdbfc15
commit
054e40de65
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue