Skip to content

Commit

Permalink
Remember current page when saving configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
whoopdedo authored and adrianheine committed Nov 1, 2010
1 parent d9e0d8d commit 64726aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/config/admin.php
Expand Up @@ -110,6 +110,7 @@ function html() {
ptln('<div class="success">'.$this->getLang('updated').'</div>');

ptln('<form action="'.script().'" method="post">');
ptln('<input type="hidden" name="id" value="'.$ID.'" />');
formSecurityToken();
$this->_print_h1('dokuwiki_settings', $this->getLang('_header_dokuwiki'));

Expand Down

0 comments on commit 64726aa

Please sign in to comment.