mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
Fix warning, notice and DB Error
This commit is contained in:
parent
f7a45e4153
commit
0f042b064a
2 changed files with 6 additions and 7 deletions
|
@ -707,7 +707,7 @@ class PostUpdate
|
|||
while ($delivery = DBA::fetch($deliveries)) {
|
||||
$id = $delivery['iid'];
|
||||
unset($delivery['iid']);
|
||||
DBA::insert('post-delivery-data', $delivery);
|
||||
DBA::insert('post-delivery-data', $delivery, true);
|
||||
++$rows;
|
||||
}
|
||||
DBA::close($deliveries);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue