diff options
author | friendica <info@friendica.com> | 2013-02-18 15:42:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-18 15:42:05 -0800 |
commit | cf2bcfdd52d5b17ddb2dc264f3543fc4dfa3034f (patch) | |
tree | 69788d50d6667f5cde1896864d0a0731d4a11865 /mod | |
parent | 65912ec0bfb112fd3dca4a8823bb834a1b1c80fc (diff) | |
parent | 2fb44aa31bceacba201e3e03d5c3b428114c2761 (diff) | |
download | volse-hubzilla-cf2bcfdd52d5b17ddb2dc264f3543fc4dfa3034f.tar.gz volse-hubzilla-cf2bcfdd52d5b17ddb2dc264f3543fc4dfa3034f.tar.bz2 volse-hubzilla-cf2bcfdd52d5b17ddb2dc264f3543fc4dfa3034f.zip |
Merge pull request #27 from unary/connections
change collections to connections
Diffstat (limited to 'mod')
-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 b3ee79f9b..778ecbded 100644 --- a/mod/group.php +++ b/mod/group.php @@ -4,7 +4,7 @@ require_once('include/group.php'); function group_aside(&$a) { if(local_user()) { - $a->set_widget('groups_edit',group_side('collections','group',false,(($a->argc > 1) ? intval($a->argv[1]) : 0))); + $a->set_widget('groups_edit',group_side('connections','group',false,(($a->argc > 1) ? intval($a->argv[1]) : 0))); } } |