aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-11 02:19:21 -0700
committerfriendica <info@friendica.com>2014-09-11 02:19:21 -0700
commit1b3196862d4e68e2556d0d9f4edb10a6deb70dfd (patch)
tree1c2cc3edd68b4154105f83b9f19c77def13ddd57 /include/group.php
parent46fd0ef5ba206c1504f353617b31904b8f173e82 (diff)
downloadvolse-hubzilla-1b3196862d4e68e2556d0d9f4edb10a6deb70dfd.tar.gz
volse-hubzilla-1b3196862d4e68e2556d0d9f4edb10a6deb70dfd.tar.bz2
volse-hubzilla-1b3196862d4e68e2556d0d9f4edb10a6deb70dfd.zip
issue #588 can't add feeds to collections using connedit page group sidebar widget
Diffstat (limited to 'include/group.php')
-rw-r--r--include/group.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/group.php b/include/group.php
index acb65df28..d4f08108f 100644
--- a/include/group.php
+++ b/include/group.php
@@ -280,6 +280,7 @@ function group_side($every="connections",$each="group",$edit = false, $group_id
$groups[] = array(
'id' => $rr['id'],
+ 'enc_cid' => base64url_encode($cid),
'cid' => $cid,
'text' => $rr['name'],
'selected' => $selected,