diff options
author | friendica <info@friendica.com> | 2014-09-11 02:19:21 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-11 02:19:21 -0700 |
commit | 1b3196862d4e68e2556d0d9f4edb10a6deb70dfd (patch) | |
tree | 1c2cc3edd68b4154105f83b9f19c77def13ddd57 /include/group.php | |
parent | 46fd0ef5ba206c1504f353617b31904b8f173e82 (diff) | |
download | volse-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.php | 1 |
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, |