issue #588 can't add feeds to collections using connedit page group sidebar widget

This commit is contained in:
friendica
2014-09-11 02:19:21 -07:00
parent 46fd0ef5ba
commit 1b3196862d
4 changed files with 4 additions and 3 deletions

View File

@@ -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,