From: Fabio Comuni Date: Thu, 23 Feb 2012 15:21:28 +0000 (+0100) Subject: fix visualization in groupeditor X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f5b8654818e63a0583e58caecc8a13c2d83c12d5;p=friendica.git fix visualization in groupeditor --- diff --git a/view/groupeditor.tpl b/view/groupeditor.tpl index aa3853375b..755985eb35 100644 --- a/view/groupeditor.tpl +++ b/view/groupeditor.tpl @@ -1,7 +1,7 @@

$groupeditor.label_members

-{{ for $groupeditor.contacts as $c}} $c {{ endfor }} +{{ for $groupeditor.members as $c}} $c {{ endfor }}

@@ -10,7 +10,7 @@

$groupeditor.label_contacts

-{{ for $groupeditor.members as $m}} $m {{ endfor }} +{{ for $groupeditor.contacts as $m}} $m {{ endfor }}