From 0b520f8d65e8b2533be6cc5ffdb50f3984e0bab2 Mon Sep 17 00:00:00 2001 From: Harmdhast Date: Fri, 1 Sep 2017 01:10:38 +0200 Subject: [PATCH] Template - Benchpress | Variable call fix Change the way the var is called to match the new benchpressjs templating system. Fixes the admin permission panel. --- src/views/admin/partials/categories/privileges.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/admin/partials/categories/privileges.tpl b/src/views/admin/partials/categories/privileges.tpl index 67dce37de6..c5bfc3ec63 100644 --- a/src/views/admin/partials/categories/privileges.tpl +++ b/src/views/admin/partials/categories/privileges.tpl @@ -31,7 +31,7 @@ {privileges.users.username} - {function.spawnPrivilegeStates, privileges.users.username, privileges} + {function.spawnPrivilegeStates, privileges.users.username, ../privileges} @@ -85,7 +85,7 @@ {privileges.groups.name} - {function.spawnPrivilegeStates, privileges.groups.name, privileges} + {function.spawnPrivilegeStates, privileges.groups.name, ../privileges}