mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
move legacy code inside the legacy check
This commit is contained in:
@@ -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