summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/farm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/farm.php b/inc/farm.php
index 11b33efe7..4cbffc99f 100644
--- a/inc/farm.php
+++ b/inc/farm.php
@@ -121,7 +121,7 @@ $config_cascade = array(
'default' => DOKU_CONF.'users.auth.php',
),
'plugins' => array( // needed since Angua
- 'default' => array(DOKU_CONF.'plugins.php'),
+ 'default' => array(DOKU_INC.'conf/plugins.php'),
'local' => array(DOKU_CONF.'plugins.local.php'),
'protected' => array(
DOKU_INC.'conf/plugins.required.php',