Home
last modified time | relevance | path

Searched refs:lastLocalConfigFile (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Extension/
H A DPluginController.php22 protected $lastLocalConfigFile = ''; variable in dokuwiki\\Extension\\PluginController
219 if (!file_exists($this->lastLocalConfigFile)) {
260 $file = $this->lastLocalConfigFile;
317 $this->lastLocalConfigFile = array_pop($local);
318 $this->pluginCascade['local'] = $this->checkRequire([$this->lastLocalConfigFile]);