summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-07-08 16:12:38 +0100
committerAnika Henke <anika@selfthinker.org>2012-07-08 16:12:38 +0100
commit33df55c79019a8c7c777b8f58808a59f6dc19745 (patch)
tree4f737cdbf85356fc2449c3ba1c41e90c38d2c088 /inc
parentd22be2c028a00f1d2117588941c27cfe49dd9ee2 (diff)
downloadrpg-33df55c79019a8c7c777b8f58808a59f6dc19745.tar.gz
rpg-33df55c79019a8c7c777b8f58808a59f6dc19745.tar.bz2
plugins.php should belong to the farmer
Diffstat (limited to 'inc')
-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',