From: Raphaël Barrois Date: Mon, 8 Nov 2010 16:49:06 +0000 (+0100) Subject: Fixed "search my contacts" X-Git-Tag: xorg/1.0.2~154 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=08ecdc4be8a8c494141a5f6d25df40a7a12b8ead;p=platal.git Fixed "search my contacts" Signed-off-by: Raphaël Barrois --- diff --git a/modules/carnet.php b/modules/carnet.php index f5f4cb3..33c750a 100644 --- a/modules/carnet.php +++ b/modules/carnet.php @@ -315,7 +315,7 @@ class CarnetModule extends PLModule } if ($search && trim(Env::v('quick'))) { $base = 'carnet/contacts/search'; - $view = new SearchSet(true, false, new UFC_Contact($user)); + $view = new SearchSet(true, new UFC_Contact($user)); } else { $base = 'carnet/contacts'; $view = new ProfileSet(new UFC_Contact($user));