X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fcarnet.php;fp=modules%2Fcarnet.php;h=ba5e1df2c64dc991ef18ecc22668c031379299b5;hb=78a47eb456adb9dec306b7de02391956f98a239c;hp=9454062743ccdbaee8aea26492a98f1193ff7fe1;hpb=4a0746a82545651c559ea3e593c810ce6fdef6a7;p=platal.git diff --git a/modules/carnet.php b/modules/carnet.php index 9454062..ba5e1df 100644 --- a/modules/carnet.php +++ b/modules/carnet.php @@ -316,7 +316,7 @@ class CarnetModule extends PLModule } if ($search && trim(Env::v('quick'))) { $base = 'carnet/contacts/search'; - $view = new SearchSet(true, new UFC_Contact($user)); + $view = new QuickSearchSet(new UFC_Contact($user)); } else { $base = 'carnet/contacts'; $view = new ProfileSet(new UFC_Contact($user));