Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
manosetro committed Mar 12, 2020
1 parent 43ae29c commit 6841b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-service/site/api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,7 @@ function ($uid) use($mongoDAO, $textIndex, $utils, $app, $redisClient, $memcache
$keywordsToExclude = isset($collection['keywordsToExclude'])?$collection['keywordsToExclude']:null;
$nearLocations = isset($collection['nearLocations'])?$collection['nearLocations']:null;


$filters = $utils->getFilters($since, $until, "all", null, null, null, null, null,
$itemsToExclude, $usersToExclude, $keywordsToExclude, null, $nearLocations);

Expand Down

0 comments on commit 6841b2b

Please sign in to comment.