Ooops
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 1 Mar 2010 15:08:46 +0000 (16:08 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 1 Mar 2010 15:09:28 +0000 (16:09 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
include/userset.inc.php

index 18d1ee6..46fff1d 100644 (file)
@@ -98,8 +98,8 @@ class SearchSet extends ProfileSet
 
         if (S::logged() && Env::has('nonins')) {
             $this->conds = new PFC_And($this->conds,
-                new UFC_Not(new UFC_Dead()),
-                new UFC_Not(new UFC_Registered())
+                new PFC_Not(new UFC_Dead()),
+                new PFC_Not(new UFC_Registered())
             );
         }