]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/PostUpdate.php
Make Storage testable & add tests
[friendica.git] / src / Database / PostUpdate.php
index 5a2bbae058933c9aad1541945f7367e4351cd760..f0050e0ef353f3b0298c87d2d896cdf0876b2169 100644 (file)
@@ -487,6 +487,8 @@ class PostUpdate
                }
 
                while ($item = DBA::fetch($items)) {
+                       $id = $item['id'];
+
                        UserItem::setNotification($item['id']);
 
                        ++$rows;