From 367b84b462a77a334b2c739ae3ce1751b7dac745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Fri, 8 Sep 2017 16:19:44 +0200 Subject: [PATCH] [ticket/15289] Use twig syntax in variables PHPBB3-15289 --- phpBB/adm/style/acp_storage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 64de18c648..4689a7546d 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -6,7 +6,7 @@

{{ lang('STORAGE_TITLE_EXPLAIN') }}

-
+ {% for storage in STORAGES %}
@@ -69,7 +69,7 @@ {{ lang('SUBMIT') }}   - {S_FORM_TOKEN} + {{ S_FORM_TOKEN }}