remove context in all security function. This Parameter is not used anymore.

This commit is contained in:
Manuel Raynaud
2014-03-17 10:01:43 +01:00
parent 30ae68a4ef
commit 0e7c464183
12 changed files with 14 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
{* Security *}
{block name="no-return-functions" prepend}
{check_auth context="front" role="CUSTOMER" login_tpl="login"}
{check_auth role="CUSTOMER" login_tpl="login"}
{/block}
{* Body Class *}