1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13284] Fix request name so users can cc themselves

PHPBB3-13284
This commit is contained in:
Oliver Schramm
2014-11-04 18:22:46 +01:00
parent 0e772afb9d
commit b32dc8c667
3 changed files with 4 additions and 4 deletions

View File

@@ -72,8 +72,8 @@
<td class="row2">
<table cellspacing="0" cellpadding="1" border="0">
<tr>
<td><input type="checkbox" class="radio" name="cc_email" value="1" checked="checked" /></td>
<td class="gen">{L_CC_EMAIL}</td>
<td><input type="checkbox" class="radio" name="cc_sender" value="1" checked="checked" /></td>
<td class="gen">{L_CC_SENDER}</td>
</tr>
</table>
</td>