diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2012-04-17 12:15:48 +0200 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2012-04-17 12:15:48 +0200 |
commit | 23725b9188f335447080ba9cc8e1f32cdec2e472 (patch) | |
tree | 6f1e1989d5fae3d4f24bd17799fd31916acf5f46 | |
parent | 9f0205f78bcd8c93dda22f7582b7b7b8d2097115 (diff) | |
download | rpg-23725b9188f335447080ba9cc8e1f32cdec2e472.tar.gz rpg-23725b9188f335447080ba9cc8e1f32cdec2e472.tar.bz2 |
have a default plugin config
This allows us to distribute plugins that are disabled by default. We'll
may want to do that for a special unit test plugin
-rw-r--r-- | inc/config_cascade.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/config_cascade.php b/inc/config_cascade.php index 79567fc56..e4a3df353 100644 --- a/inc/config_cascade.php +++ b/inc/config_cascade.php @@ -66,6 +66,7 @@ $config_cascade = array_merge( ), 'plugins' => array( + 'default' => array(DOKU_CONF.'plugins.php'), 'local' => array(DOKU_CONF.'plugins.local.php'), 'protected' => array( DOKU_CONF.'plugins.required.php', |