DataObjects/Group_rights.php
authorAlan Knowles <alan@roojs.com>
Fri, 14 Sep 2012 07:32:47 +0000 (15:32 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Sep 2012 07:32:47 +0000 (15:32 +0800)
DataObjects/Group_rights.php

index be1d9ac..867963a 100755 (executable)
@@ -72,7 +72,7 @@ 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;
                 }