move legacy code inside the legacy check

This commit is contained in:
redmatrix 2016-07-18 19:09:27 -07:00
parent b5b57523f1
commit 32ce790717

View File

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