diff options
author | Marc Alexander <admin@m-a-styles.de> | 2020-01-03 08:57:09 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2020-01-03 08:57:09 +0100 |
commit | d50d1101fbe991abcc7c42b7e624d4c202c2a8a1 (patch) | |
tree | dc3f7a39c7c0a5c14a5a109e6fff6f127601cfba /phpBB | |
parent | b3f80239c1204cdaa69d4de66674d27fd4091da9 (diff) | |
download | forums-d50d1101fbe991abcc7c42b7e624d4c202c2a8a1.tar forums-d50d1101fbe991abcc7c42b7e624d4c202c2a8a1.tar.gz forums-d50d1101fbe991abcc7c42b7e624d4c202c2a8a1.tar.bz2 forums-d50d1101fbe991abcc7c42b7e624d4c202c2a8a1.tar.xz forums-d50d1101fbe991abcc7c42b7e624d4c202c2a8a1.zip |
[ticket/16287] Remove loops. prefix in providers loop
PHPBB3-16287
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/acp_help_phpbb.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_help_phpbb.html b/phpBB/adm/style/acp_help_phpbb.html index d526bf6ee7..7d3c503e77 100644 --- a/phpBB/adm/style/acp_help_phpbb.html +++ b/phpBB/adm/style/acp_help_phpbb.html @@ -54,7 +54,7 @@ <form action="{U_COLLECT_STATS}" method="post" target="questionaire_result" id="questionnaire-form"> <fieldset> <p class="submit-buttons"> - {% for providers in loops.providers %} + {% for providers in providers %} {% for values in providers.values %} <input type="hidden" name="{{ providers.NAME }}[{{ values.KEY }}]" value="{{ values.VALUE }}" /> {% endfor %} |