Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Mar 26, 2020
1 parent 7f8ee94 commit 41951b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/CircleProviderRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function getFilesForCircles($userId, $circleUniqueIds, $limit, $offset) {
* @return bool
*/
protected static function isAccessibleResult($data) {
if ($data['fileid'] === null) {
if ($data['fileid'] === null || $data['path'] === null) {
return false;
}

Expand Down

0 comments on commit 41951b9

Please sign in to comment.