Fixes igoogle search gadget.
[platal.git] / include / userset.inc.php
index 23a117e..8d65239 100644 (file)
@@ -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;
     }
 }