fix editing of group acls for current group.

This commit is contained in:
mgalgoci 2004-09-02 15:52:06 +00:00
parent f275265a7b
commit db2a6fc9f9

View File

@ -200,7 +200,8 @@
$processed = Array();
foreach($accounts as $uid => $data)
{
if ($uid == $owner) continue; // no need to grant to self
if ($data['account_type'] == 'u' && $uid == $owner)
continue; /* no need to grant to self if user */
if ($data['account_type'] != $header_type)
{