Skip to content
Snippets Groups Projects
Commit cbfba956 authored by Michael Hamann's avatar Michael Hamann
Browse files

Fix #1606 link to the first section of the configuration manager

parent e86c66ad
No related branches found
No related tags found
No related merge requests found
......@@ -354,7 +354,9 @@ class admin_plugin_config extends DokuWiki_Admin_Plugin {
// build toc
$t = array();
$t[] = html_mktocitem('configuration_manager', $this->getLang('_configuration_manager'), 1);
$check = false;
$title = $this->getLang('_configuration_manager');
$t[] = html_mktocitem(sectionID($title, $check), $title, 1);
$t[] = html_mktocitem('dokuwiki_settings', $this->getLang('_header_dokuwiki'), 1);
/** @var setting $setting */
foreach($toc['conf'] as $setting) {
......
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