diff --git a/src/Model/Item.php b/src/Model/Item.php index 2990461627..cf057eed59 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -790,7 +790,7 @@ class Item if (self::hasRestrictions($item, $parent['author-id'], $parent['restrictions'])) { Logger::notice('Restrictions apply - ignoring item', ['restrictions' => $parent['restrictions'], 'verb' => $parent['verb'], 'uri-id' => $item['uri-id'], 'thr-parent-id' => $item['thr-parent-id'], 'uid' => $item['uid']]); - return 0; + return []; } if ($parent['uri-id'] == $parent['parent-uri-id']) {