From 861d4a73f8979b29e758a42f76feb52cd967c553 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 19 Dec 2010 22:56:35 +0100 Subject: [PATCH] Prevents warning. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- include/userset.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/userset.inc.php b/include/userset.inc.php index 7ffe768..d4be83a 100644 --- a/include/userset.inc.php +++ b/include/userset.inc.php @@ -54,7 +54,7 @@ class SearchSet extends ProfileSet public function __construct($quick = false, PlFilterCondition $cond = null) { - if ($no_search) { + if (isset($no_search)) { return; } -- 2.1.4