mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:50:11 +00:00
Unit test fix
This commit is contained in:
parent
ff1f6564f9
commit
85eb6affdf
2 changed files with 2 additions and 1 deletions
|
@ -1799,7 +1799,7 @@ class Item extends BaseObject
|
|||
self::updateThread($parent_id);
|
||||
}
|
||||
|
||||
ItemDeliveryData::insert($item['id'], $delivery_data);
|
||||
ItemDeliveryData::insert($current_post, $delivery_data);
|
||||
|
||||
DBA::commit();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue