]> git.mxchange.org Git - friendica.git/blobdiff - mod/group.php
show creative commons coverage on registration page
[friendica.git] / mod / group.php
index e5c6b92aea61c7643897812851c10fdc6dcd3a60..01875d01f6cc20db8e8ecf0ba3c15eecadc3147a 100644 (file)
@@ -113,7 +113,7 @@ function group_content(&$a) {
 
 
        if(($a->argc == 2) && (intval($a->argv[1]))) {
-               require_once('view/acl_selectors.php');
+               require_once('include/acl_selectors.php');
                $r = q("SELECT * FROM `group` WHERE `id` = %d AND `uid` = %d LIMIT 1",
                        intval($a->argv[1]),
                        intval(local_user())