Skip to content
Snippets Groups Projects
Unverified Commit 49970a7f authored by Andreas Gohr's avatar Andreas Gohr Committed by GitHub
Browse files

Merge pull request #2683 from geekitude/confmanagerform

Added an ID to config manager form
parents 04774fe6 6dc1e56e
No related merge requests found
......@@ -108,7 +108,7 @@ class admin_plugin_config extends DokuWiki_Admin_Plugin {
// POST to script() instead of wl($ID) so config manager still works if
// rewrite config is broken. Add $ID as hidden field to remember
// current ID in most cases.
ptln('<form action="'.script().'" method="post">');
ptln('<form id="dw__configform" action="'.script().'" method="post">');
ptln('<div class="no"><input type="hidden" name="id" value="'.$ID.'" /></div>');
formSecurityToken();
$this->_print_h1('dokuwiki_settings', $this->getLang('_header_dokuwiki'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment