Home
last modified time | relevance | path

Searched hist:"03 ae5b30f62757d2e7f3c22ed8aceffbbdbfeca9" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/config/core/
H A DLoader.php03ae5b30f62757d2e7f3c22ed8aceffbbdbfeca9 Fri Nov 20 16:29:49 UTC 2020 Christoph Ziehr <christoph@christoph-ziehr.de> Update Loader.php

The config options are read in the order plugin-standard-values -> template-standard-values -> dokuwiki.php -> local.php -> local.protected.php into DokuWiki.
But when entering the configuration manger, they options are displayed in the order dokuwiki.php -> plugin-standard-values -> template-standard-values -> local.php -> local.protected.php

This patch fixes the issue, so that the right values are displayed if there are no configs set in local.php or local.protected.php

See also https://forum.dokuwiki.org/d/18489-issues-with-modifying-confdokuwikiphp for further information.