X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fuserset.inc.php;h=8d65239b9c5b3fc7a9fde7aa46f945847e3a4635;hb=d667c548989db9d77b9abb0efe46d89c60369fc1;hp=23a117ee8c2acc4c2c35d639d4b915f6cfa1c691;hpb=a38c0777574136ec77014e87a762d581a9f57386;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; } }