Merge pull request #5909 from harmdhast/patch-2

Template - Benchpress | Variable call fix
This commit is contained in:
Peter Jaszkowiak
2017-09-01 11:50:52 -06:00
committed by GitHub

View File

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