revert provide inherited perms for connection default permissions
This commit is contained in:
parent
d8edb66287
commit
dd57864867
@ -650,7 +650,7 @@ function connedit_content(&$a) {
|
||||
if((! $self) && ($existing[$k]))
|
||||
$thisperm = "1";
|
||||
|
||||
$perms[] = array('perms_' . $k, $v[3], (($contact['abook_their_perms'] & $v[1]) ? "1" : ""),$thisperm, $v[1], (($channel[$v[0]] == PERMS_SPECIFIC) ? '' : '1'), $v[4]);
|
||||
$perms[] = array('perms_' . $k, $v[3], (($contact['abook_their_perms'] & $v[1]) ? "1" : ""),$thisperm, $v[1], (($channel[$v[0]] == PERMS_SPECIFIC || $self) ? '' : '1'), $v[4]);
|
||||
}
|
||||
|
||||
$o .= replace_macros($tpl,array(
|
||||
|
Reference in New Issue
Block a user