mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:10:11 +00:00
"selectForUser" and "" selectFirstForUser" is now moved to Post
This commit is contained in:
parent
c1226bff07
commit
2b1d0b9db8
29 changed files with 179 additions and 121 deletions
|
@ -125,7 +125,7 @@ class Notifier
|
|||
return;
|
||||
}
|
||||
|
||||
$items = Post::inArray($items_stmt);
|
||||
$items = Post::toArray($items_stmt);
|
||||
|
||||
// avoid race condition with deleting entries
|
||||
if ($items[0]['deleted']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue