Merge pull request #3527 from annando/acl-speedup
Increase the page load speed with Frio
This commit is contained in:
commit
fa27256932
|
@ -388,6 +388,9 @@ function populate_acl($user = null, $show_jotnets = false) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function construct_acl_data(App $a, $user) {
|
function construct_acl_data(App $a, $user) {
|
||||||
|
// This function is now deactivated. It seems as if the generated data isn't used anywhere.
|
||||||
|
/// @todo Remove this function and all function calls before releasing Friendica 3.5.3
|
||||||
|
return;
|
||||||
|
|
||||||
// Get group and contact information for html ACL selector
|
// Get group and contact information for html ACL selector
|
||||||
$acl_data = acl_lookup($a, 'html');
|
$acl_data = acl_lookup($a, 'html');
|
||||||
|
|
Loading…
Reference in a new issue