X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fuserset.inc.php;h=8d65239b9c5b3fc7a9fde7aa46f945847e3a4635;hb=d47dcad7cd97a90d35bbf923764e7b8afe7e64bf;hp=23a117ee8c2acc4c2c35d639d4b915f6cfa1c691;hpb=316120eb582c7293798eaeda0a3ee27f7f9c1faa;p=platal.git diff --git a/include/userset.inc.php b/include/userset.inc.php index 23a117e..8d65239 100644 --- a/include/userset.inc.php +++ b/include/userset.inc.php @@ -117,7 +117,8 @@ class SearchSet extends ProfileSet protected function &getFilterResults(PlFilter &$pf, PlLimit $limit) { - return $pf->getProfiles($limit, Profile::FETCH_MINIFICHES); + $profiles = $pf->getProfiles($limit, Profile::FETCH_MINIFICHES); + return $profiles; } }