f8dcd5b0 | 01-Jun-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 Con
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.
show more ...
|