mirror of
https://github.com/friendica/friendica
synced 2025-04-24 10:30:11 +00:00
Wrong parameter for delete command
This commit is contained in:
parent
8dd8936dd0
commit
7a3bdbfc15
4 changed files with 5 additions and 3 deletions
|
@ -914,7 +914,7 @@ class dba {
|
|||
|
||||
logger(dba::replace_parameters($sql, $field_values), LOGGER_DATA);
|
||||
|
||||
if (!self::e($sql, $param)) {
|
||||
if (!self::e($sql, $field_values)) {
|
||||
self::p("ROLLBACK");
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue