move legacy code inside the legacy check
This commit is contained in:
parent
b5b57523f1
commit
32ce790717
@ -192,9 +192,10 @@ function translate_abook_perms_outbound(&$abook) {
|
||||
$my_perms += PERMS_A_DELEGATE;
|
||||
}
|
||||
}
|
||||
|
||||
$abook['abook_their_perms'] = $their_perms;
|
||||
$abook['abook_my_perms'] = $my_perms;
|
||||
}
|
||||
$abook['abook_their_perms'] = $their_perms;
|
||||
$abook['abook_my_perms'] = $my_perms;
|
||||
}
|
||||
|
||||
function translate_abook_perms_inbound($channel,$abook) {
|
||||
|
Reference in New Issue
Block a user