Template - Benchpress | Variable call fix

Change the way the var is called to match the new benchpressjs templating system.
Fixes the admin permission panel.
v1.18.x
Harmdhast 8 years ago committed by GitHub
parent 23e7222dfa
commit 0b520f8d65

@ -31,7 +31,7 @@
<!-- ENDIF ../picture --> <!-- ENDIF ../picture -->
</td> </td>
<td>{privileges.users.username}</td> <td>{privileges.users.username}</td>
{function.spawnPrivilegeStates, privileges.users.username, privileges} {function.spawnPrivilegeStates, privileges.users.username, ../privileges}
</tr> </tr>
<!-- END privileges.users --> <!-- END privileges.users -->
<tr> <tr>
@ -85,7 +85,7 @@
{privileges.groups.name} {privileges.groups.name}
</td> </td>
<td></td> <td></td>
{function.spawnPrivilegeStates, privileges.groups.name, privileges} {function.spawnPrivilegeStates, privileges.groups.name, ../privileges}
</tr> </tr>
<!-- END privileges.groups --> <!-- END privileges.groups -->
<tr> <tr>

Loading…
Cancel
Save