From dd9463d4aaf3da1a98cc61c1309e087873e54d77 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 5 Mar 2010 23:19:59 +0100 Subject: [PATCH] Fix ordering of quick search result. Signed-off-by: Florent Bruneau --- include/userset.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/userset.inc.php b/include/userset.inc.php index 3212ea3..73ba6c8 100644 --- a/include/userset.inc.php +++ b/include/userset.inc.php @@ -91,8 +91,6 @@ class SearchSet extends ProfileSet $this->conds->addChild($ufc); $orders = $ufb->getOrders(); - $orders[] = new UFO_Promo(UserFilter::DISPLAY, true); - $orders[] = new UFO_Name(Profile::DN_SORT); if (S::logged() && Env::has('nonins')) { $this->conds = new PFC_And($this->conds, -- 2.1.4