diff options
author | Friendika <info@friendika.com> | 2011-02-17 00:52:26 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-17 00:52:26 -0800 |
commit | 979307ef916c79bb805875f9d7cf34103e11f675 (patch) | |
tree | d464b1261bd7bf8ce89db7e8c7e9028cdf4c365c /mod | |
parent | f7b2f9f5e7556e241d096ad31d9140619895f529 (diff) | |
download | volse-hubzilla-979307ef916c79bb805875f9d7cf34103e11f675.tar.gz volse-hubzilla-979307ef916c79bb805875f9d7cf34103e11f675.tar.bz2 volse-hubzilla-979307ef916c79bb805875f9d7cf34103e11f675.zip |
ajax testing continues
Diffstat (limited to 'mod')
-rw-r--r-- | mod/network.php | 2 | ||||
-rw-r--r-- | mod/update_network.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/network.php b/mod/network.php index 696d00dcc..79a2f2b38 100644 --- a/mod/network.php +++ b/mod/network.php @@ -39,6 +39,7 @@ function network_content(&$a, $update = 0) { $group = 0; $nouveau = false; + require_once('include/acl_selectors.php'); if(($a->argc > 2) && $a->argv[2] === 'new') $nouveau = true; @@ -67,7 +68,6 @@ function network_content(&$a, $update = 0) { '$nickname' => $a->user['nickname'] )); - require_once('include/acl_selectors.php'); $tpl = load_view_file("view/jot.tpl"); diff --git a/mod/update_network.php b/mod/update_network.php index 35e968dba..cf9f11f58 100644 --- a/mod/update_network.php +++ b/mod/update_network.php @@ -3,7 +3,7 @@ // See update_profile.php for documentation require_once('mod/network.php'); - +require_once('include/group.php'); function update_network_content(&$a) { |