mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Increase the page load speed with Frio
This commit is contained in:
parent
66458d7313
commit
1916f7858f
2 changed files with 21 additions and 0 deletions
|
@ -389,6 +389,13 @@ function populate_acl($user = null, $show_jotnets = false) {
|
|||
|
||||
function construct_acl_data(App $a, $user) {
|
||||
|
||||
$arr = array('user' => $user);
|
||||
call_hooks('construct_acl_data', $arr);
|
||||
|
||||
if (isset($arr['cancel'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Get group and contact information for html ACL selector
|
||||
$acl_data = acl_lookup($a, 'html');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue