mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
Merge branch 'ticket/nickvergessen/9915' into develop-olympus
* ticket/nickvergessen/9915: [ticket/9915] "Length of ban:" is not displayed in ACP
This commit is contained in:
commit
57ab0816e2
@ -33,7 +33,7 @@
|
||||
{
|
||||
document.getElementById('acp_unban').unbangivereason.innerHTML = ban_give_reason[option];
|
||||
document.getElementById('acp_unban').unbanreason.innerHTML = ban_reason[option];
|
||||
document.getElementById('acp_unban').unbanlength.innerHTML = ban_length[option];
|
||||
document.getElementById('acp_unban').unbanlength.value = ban_length[option];
|
||||
}
|
||||
|
||||
// ]]>
|
||||
|
Loading…
x
Reference in New Issue
Block a user