diff options
author | Anika Henke <anika@selfthinker.org> | 2012-07-08 16:12:38 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-07-08 16:12:38 +0100 |
commit | 33df55c79019a8c7c777b8f58808a59f6dc19745 (patch) | |
tree | 4f737cdbf85356fc2449c3ba1c41e90c38d2c088 /inc/farm.php | |
parent | d22be2c028a00f1d2117588941c27cfe49dd9ee2 (diff) | |
download | rpg-33df55c79019a8c7c777b8f58808a59f6dc19745.tar.gz rpg-33df55c79019a8c7c777b8f58808a59f6dc19745.tar.bz2 |
plugins.php should belong to the farmer
Diffstat (limited to 'inc/farm.php')
-rw-r--r-- | inc/farm.php | 2 |
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', |