Merge pull request #3527 from annando/acl-speedup

Increase the page load speed with Frio
This commit is contained in:
rabuzarus 2017-06-08 23:09:49 +02:00 committed by GitHub
commit fa27256932
1 changed files with 3 additions and 0 deletions

View File

@ -388,6 +388,9 @@ function populate_acl($user = null, $show_jotnets = false) {
}
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
$acl_data = acl_lookup($a, 'html');