mirror of
https://github.com/friendica/friendica
synced 2025-04-30 05:04:22 +02:00
Standards and a new function to fetch content
This commit is contained in:
parent
5743bb0dae
commit
d643e00d33
9 changed files with 59 additions and 25 deletions
|
@ -124,7 +124,7 @@ class Notifier {
|
|||
return;
|
||||
}
|
||||
|
||||
$items = dba::inArray($ret);
|
||||
$items = Item::inArray($ret);
|
||||
|
||||
// avoid race condition with deleting entries
|
||||
if ($items[0]['deleted']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue