mirror of
https://github.com/friendica/friendica
synced 2025-05-11 08:24:10 +02:00
Move get_acl_permissions to Acl
This commit is contained in:
parent
ce9e0f3649
commit
2b35938e34
4 changed files with 8 additions and 8 deletions
|
@ -9,10 +9,6 @@ use Friendica\Model\Contact;
|
|||
|
||||
require_once "mod/proxy.php";
|
||||
|
||||
function get_acl_permissions($user = null) {
|
||||
return Acl::getDefaultUserPermissions($user);
|
||||
}
|
||||
|
||||
function populate_acl($user = null, $show_jotnets = false) {
|
||||
return Acl::getFullSelectorHTML($user, $show_jotnets);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue