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/update_network.php | |
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/update_network.php')
-rw-r--r-- | mod/update_network.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |