diff options
author | friendica <info@friendica.com> | 2013-12-19 23:56:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-19 23:56:37 -0800 |
commit | 2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3 (patch) | |
tree | 1a523306c9a87a0259a324e04eb2fd4906d3d07c /include/group.php | |
parent | cd78f9d13df721ea218cc8ba023470899b64a151 (diff) | |
download | volse-hubzilla-2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3.tar.gz volse-hubzilla-2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3.tar.bz2 volse-hubzilla-2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3.zip |
comanchify connedit, group
Diffstat (limited to 'include/group.php')
-rw-r--r-- | include/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php index 8f690785d..c19c83c80 100644 --- a/include/group.php +++ b/include/group.php @@ -229,7 +229,7 @@ function mini_group_select($uid,$group = '') { -function group_side($every="contacts",$each="group",$edit = false, $group_id = 0, $cid = '',$mode = 1) { +function group_side($every="connections",$each="group",$edit = false, $group_id = 0, $cid = '',$mode = 1) { $o = ''; |