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

index 0d4715e..be1d9ac 100755 (executable)
@@ -80,7 +80,7 @@ class Pman_Core_DataObjects_Group_rights extends DB_DataObject
                 continue;
             }
             // not set contition...
-            if ($only_public) {
+            if (!$isOwner) {
                 $r[$k] = '';
                 continue;
             }