diff options
Diffstat (limited to 'phpBB/adm/style/acp_modules.html')
-rw-r--r-- | phpBB/adm/style/acp_modules.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html index c9f7c0baf1..25920f7577 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -27,6 +27,7 @@ // Create the new select tag var new_node = document.createElement('select'); new_node.setAttribute('id', 'module_mode'); + new_node.setAttribute('name', 'module_mode'); // Substitute it for the old one item.parentNode.replaceChild(new_node, item); |