fix editing of group acls for current group.

This commit is contained in:
mgalgoci 2004-09-02 16:00:49 +00:00
parent c545d8b95d
commit 558d9924a4

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)
{