Home
last modified time | relevance | path

Searched hist:f8dcd5b0e309717c3de78e412e2914b7b9505c33 (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/config/
H A Dadmin.phpf8dcd5b0e309717c3de78e412e2914b7b9505c33 Fri Jun 01 09:23:24 UTC 2018 Andreas Gohr <andi@splitbrain.org> do not initialize the configuration in constructor

The class gets instantiated for showing the admin menu. There's no need
to always load the whole configuration there. It's only needed when the
Config screen is actually shown. So loading it in handler() instead
should be good enough.