From 33df55c79019a8c7c777b8f58808a59f6dc19745 Mon Sep 17 00:00:00 2001
From: Anika Henke <anika@selfthinker.org>
Date: Sun, 8 Jul 2012 16:12:38 +0100
Subject: [PATCH] plugins.php should belong to the farmer

---
 inc/farm.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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',
-- 
GitLab