diff options
author | Friendika <info@friendika.com> | 2010-11-15 21:02:59 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-15 21:02:59 -0800 |
commit | 8c395f96deb3d9bc9c24e3c62b3709de12d44f39 (patch) | |
tree | ae88ba89cc0672386f34babca4f8356f40e674f8 /mod/group.php | |
parent | 3374c698a2f296530a75ec34fa90f4c45ede0d45 (diff) | |
download | volse-hubzilla-8c395f96deb3d9bc9c24e3c62b3709de12d44f39.tar.gz volse-hubzilla-8c395f96deb3d9bc9c24e3c62b3709de12d44f39.tar.bz2 volse-hubzilla-8c395f96deb3d9bc9c24e3c62b3709de12d44f39.zip |
view directory cleanup
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()) |