diff options
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_ban.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html index 334d245edf..e371d48bfc 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -31,9 +31,9 @@ function display_details(option) { - document.getElementById('acp_ban').unbangivereason.value = ban_give_reason[option]; - document.getElementById('acp_ban').unbanreason.value = ban_reason[option]; - document.getElementById('acp_ban').unbanlength.value = ban_length[option]; + document.getElementById('acp_unban').unbangivereason.value = ban_give_reason[option]; + document.getElementById('acp_unban').unbanreason.value = ban_reason[option]; + document.getElementById('acp_unban').unbanlength.value = ban_length[option]; } //--> |