diff --git a/preferences/inc/class.uiaclprefs.inc.php b/preferences/inc/class.uiaclprefs.inc.php index 15d1c47244..5c5cc3c23d 100644 --- a/preferences/inc/class.uiaclprefs.inc.php +++ b/preferences/inc/class.uiaclprefs.inc.php @@ -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) {