]> git.mxchange.org Git - friendica.git/blobdiff - mod/group.php
Docs: add a note on adding `use` on theme.php
[friendica.git] / mod / group.php
index 0473e2af9f6d56f6f582ec94fec76e726375bbb3..870025074c91b34b220c8d51ec1c5e8b5a39efee 100644 (file)
@@ -146,7 +146,6 @@ function group_content(App $a) {
        }
 
        if (($a->argc > 1) && (intval($a->argv[1]))) {
-               require_once 'include/acl_selectors.php';
                require_once 'mod/contacts.php';
 
                $r = q("SELECT * FROM `group` WHERE `id` = %d AND `uid` = %d AND `deleted` = 0 LIMIT 1",