From f36a6d845da62b2f46ec3e5c3f10289e68a44318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Thu, 3 Aug 2017 21:37:48 +0200 Subject: [PATCH] [ticket/15289] Update acp storage template PHPBB3-15289 --- phpBB/adm/style/acp_storage.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 7597d338eb..c43c327331 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -38,10 +38,7 @@ {% set input_name = storage.get_name ~ '[' ~ name ~ ']' %} {% set input_value = attribute(config, 'storage\\' ~ storage.get_name ~ '\\config\\' ~ name) %} - {% if - input_type == 'text' or - input_type == 'password' or - input_type == 'email' %} + {% if input_type in ['text', 'password', 'email'] %} {% elseif input_type == 'textarea' %}