Skip to content
Snippets Groups Projects
Commit 483eec60 authored by chris's avatar chris
Browse files

config plugin fix for incorrect construction of redirect url

darcs-hash:20060130141843-9b6ab-ae98b660e830c37c652e96c8d0b28c24ddea0ba2.gz
parent 400497e1
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ class admin_plugin_config extends DokuWiki_Admin_Plugin {
// save state & force a page reload to get the new settings to take effect
$_SESSION['PLUGIN_CONFIG'] = array('state' => 'updated', 'time' => time());
$this->_close_session();
header("Location: ".wl($ID)."?do=admin&page=config");
header("Location: ".wl($ID,'do=admin&page=config'));
exit();
}
......
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