diff options
Diffstat (limited to 'mod/group.php')
-rw-r--r-- | mod/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/group.php b/mod/group.php index e5c6b92ae..01875d01f 100644 --- a/mod/group.php +++ b/mod/group.php @@ -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()) |