DataObjects/core.sql
[Pman.Core] / DataObjects / Group_rights.php
index be1d9ac..c84ef9b 100755 (executable)
@@ -72,10 +72,10 @@ class Pman_Core_DataObjects_Group_rights extends DB_DataObject
             
             if (isset($ret[$k])) {
                 if (empty($ret[$k]) && $isAdmin) {
-                    $r[$k] = $isOwner ? $v[0] : '' ; // if it's public, the get no default rights
+                    $r[$k] = $v[0] ; // -- it's admin they get rights... can not be disabled..
                     continue;
                 }
-                
+                // in theory non-owners could sneak in rights here..??
                 $r[$k] = $ret[$k];
                 continue;
             }