From 98ed617aab65087044b62056e6e6ae27962f9c0a Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Thu, 10 Jul 2014 14:26:28 +0200 Subject: [PATCH] Fix brand auth loop name --- templates/backOffice/default/tools.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/backOffice/default/tools.html b/templates/backOffice/default/tools.html index 7562df9af..99a90b330 100644 --- a/templates/backOffice/default/tools.html +++ b/templates/backOffice/default/tools.html @@ -40,7 +40,7 @@ {/loop} - {loop name="auth-export" type="auth" role="ADMIN" resource="admin.brand" access="VIEW"} + {loop name="auth-brand" type="auth" role="ADMIN" resource="admin.brand" access="VIEW"} {intl l="Brands"} @@ -68,4 +68,4 @@ {block name="javascript-last-call"} {module_include location='configuration-js'} -{/block} \ No newline at end of file +{/block}