From 08ecdc4be8a8c494141a5f6d25df40a7a12b8ead Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 8 Nov 2010 17:49:06 +0100 Subject: [PATCH] Fixed "search my contacts" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- modules/carnet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.1.4