From 9fdbe46c08991a5b7fc68ddd34217b2f836878d0 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 8 Oct 2008 13:06:42 +0000 Subject: [PATCH] although outer loops work fine in inner loops (for some time now) using the full loop name is still the correct way to reference template loops. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8981 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/permission_mask.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/adm/style/permission_mask.html b/phpBB/adm/style/permission_mask.html index 19a24a48b8..fb4d3ef143 100644 --- a/phpBB/adm/style/permission_mask.html +++ b/phpBB/adm/style/permission_mask.html @@ -68,7 +68,7 @@
  • - {category.CAT_NAME}
  • + {p_mask.f_mask.category.CAT_NAME}