X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fcarnet.php;h=ba5e1df2c64dc991ef18ecc22668c031379299b5;hb=d101a069d4d197e27fafac9f773e623eee140849;hp=9454062743ccdbaee8aea26492a98f1193ff7fe1;hpb=00ba8a742be0cfc70eef7c6aaaccebe7134ec087;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));