Skip to content

Commit

Permalink
correct regression refs 64ea5cc and #3206
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh committed Nov 25, 2019
1 parent 43d2fee commit c6ccfc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<td headers="hUserName">{{ user.uname }}</td>
<td headers="hEmail">{{ user.email }}</td>
<td headers="hActions" class="actions">
<a class="fa fa-fw fa-user-plus tooltips" href="{{ path('zikulagroupsmodule_membership_add', {uid: user.uid, gid: gid, token: '{{ csrf_token('membership-add') }}'}) }}" title="{{ __('Add user to this group') }}"></a>
<a class="fa fa-fw fa-user-plus tooltips" href="{{ path('zikulagroupsmodule_membership_add', {uid: user.uid, gid: gid, token: csrf_token('membership-add') }) }}" title="{{ __('Add user to this group') }}"></a>
</td>
</tr>
{% else %}
Expand Down

0 comments on commit c6ccfc9

Please sign in to comment.