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

index 867963a..c84ef9b 100755 (executable)
@@ -75,7 +75,7 @@ class Pman_Core_DataObjects_Group_rights extends DB_DataObject
                     $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;
             }