Skip to content
Snippets Groups Projects
Commit 5004f92c authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #320 from lupo49/master

Added "global $conf" to make the conditions working.
parents c404cb3b 95ea8901
No related branches found
No related tags found
No related merge requests found
...@@ -129,6 +129,8 @@ class Doku_Plugin_Controller { ...@@ -129,6 +129,8 @@ class Doku_Plugin_Controller {
} }
protected function _populateMasterList() { protected function _populateMasterList() {
global $conf;
if ($dh = @opendir(DOKU_PLUGIN)) { if ($dh = @opendir(DOKU_PLUGIN)) {
$all_plugins = array(); $all_plugins = array();
while (false !== ($plugin = readdir($dh))) { while (false !== ($plugin = readdir($dh))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment