Renames user_id to uid in requests related tables accordingly to our naming convention.
[platal.git] / include / userset.inc.php
index 55647df..46fff1d 100644 (file)
@@ -99,7 +99,7 @@ class SearchSet extends ProfileSet
         if (S::logged() && Env::has('nonins')) {
             $this->conds = new PFC_And($this->conds,
                 new PFC_Not(new UFC_Dead()),
-                new UFC_Registered()
+                new PFC_Not(new UFC_Registered())
             );
         }