aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-02-20 11:58:36 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-03 14:20:28 +0100
commit80a63a9a94af042da37227ed747eba0feeac1049 (patch)
treee13ae3fd516c01494da35acd15d1c8d5dabd4a32
parentf9b46a4ae7d106cb765a762acf2e6a362e5b636d (diff)
downloadforums-80a63a9a94af042da37227ed747eba0feeac1049.tar
forums-80a63a9a94af042da37227ed747eba0feeac1049.tar.gz
forums-80a63a9a94af042da37227ed747eba0feeac1049.tar.bz2
forums-80a63a9a94af042da37227ed747eba0feeac1049.tar.xz
forums-80a63a9a94af042da37227ed747eba0feeac1049.zip
[ticket/14492] Add missing input name
PHPBB3-14492
-rw-r--r--phpBB/adm/style/acp_help_phpbb.html2
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 a9406e2c2e..d2f5e76916 100644
--- a/phpBB/adm/style/acp_help_phpbb.html
+++ b/phpBB/adm/style/acp_help_phpbb.html
@@ -32,7 +32,7 @@
</div>
<dl class="send-stats-settings">
<dt>
- <input id="help_send_statistics" type="checkbox"<!-- IF S_COLLECT_STATS --> checked="checked"<!-- ENDIF --> />
+ <input name="help_send_statistics" id="help_send_statistics" type="checkbox"<!-- IF S_COLLECT_STATS --> checked="checked"<!-- ENDIF --> />
<label for="help_send_statistics"></label>
</dt>
<dd>{L_SEND_STATISTICS_LONG}</dd>