Home
last modified time | relevance | path

Searched hist:"95775 ac735f4e08dd9c915316e4704b4f59af488" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/config/core/
H A DLoader.php95775ac735f4e08dd9c915316e4704b4f59af488 Sun Nov 22 17:18:42 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.

This is a second version of this change, because on the first try, there was unnoticed php-error.