mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:10:10 +00:00
Fix post update / clean up code
This commit is contained in:
parent
4b44aca507
commit
20d570823d
2 changed files with 9 additions and 10 deletions
|
@ -487,6 +487,8 @@ class PostUpdate
|
|||
}
|
||||
|
||||
while ($item = DBA::fetch($items)) {
|
||||
$id = $item['id'];
|
||||
|
||||
UserItem::setNotification($item['id']);
|
||||
|
||||
++$rows;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue