aboutsummaryrefslogtreecommitdiffstats
path: root/view
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 /view
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 'view')
-rwxr-xr-xview/tpl/group_side.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl
index 8c5d3927d..8680a3db0 100755
--- a/view/tpl/group_side.tpl
+++ b/view/tpl/group_side.tpl
@@ -9,7 +9,7 @@
{{if $group.cid}}
<input type="checkbox"
class="{{if $group.selected}}ticked{{else}}unticked {{/if}} action"
- onclick="contactgroupChangeMember('{{$group.id}}','{{$group.cid}}');return true;"
+ onclick="contactgroupChangeMember('{{$group.id}}','{{$group.enc_cid}}');return true;"
{{if $group.ismember}}checked="checked"{{/if}}
/>
{{/if}}