mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Group: fix (#93)
This commit is contained in:
parent
a5c6ae3d77
commit
0bd14e18e5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
<tr n:if="$club->canBeModifiedBy($thisUser ?? NULL) && $club->getOwner()->getId() !== $x->getId()">
|
<tr n:if="$club->canBeModifiedBy($thisUser ?? NULL) && $club->getOwner()->getId() !== $x->getId()">
|
||||||
<td width="120" valign="top"><span class="nobold">{_actions}: </span></td>
|
<td width="120" valign="top"><span class="nobold">{_actions}: </span></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="/club{$club->getId()}/setAdmin.jsp?user={$x->getId()}">
|
<a href="/club{$club->getId()}/setAdmin.jsp?user={$x->getId()}&hash={rawurlencode($csrfToken)}">
|
||||||
{if $club->canBeModifiedBy($x)}
|
{if $club->canBeModifiedBy($x)}
|
||||||
{_devote}
|
{_devote}
|
||||||
{else}
|
{else}
|
||||||
|
|
Loading…
Reference in a new issue