]> git.mxchange.org Git - friendica.git/blobdiff - include/acl_selectors.php
Merge pull request #3528 from Hypolite/task/replace-explicit-php-logical-operators
[friendica.git] / include / acl_selectors.php
index 665ed17bdf4e3be8a8bfdd8991ce9602aa6d7130..6f08523ca97dffded9ea03eb61229859667e9e45 100644 (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');