Skip to content
Snippets Groups Projects
Commit f449b8c9 authored by Anika Henke's avatar Anika Henke
Browse files

removed references to 'disabled' file in plugins.local.php

parent d9808f16
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@
* Auto-generated through plugin/extension manager
*
* NOTE: Plugins will not be added to this file unless there is a need to override a default setting. Plugins are
* enabled by default, unless having a 'disabled' file in their plugin folder.
* enabled by default.
*/
......@@ -224,7 +224,7 @@ class Doku_Plugin_Controller {
$file = $this->last_local_config_file;
$out = "<?php\n/*\n * Local plugin enable/disable settings\n * Auto-generated through plugin/extension manager\n *\n".
" * NOTE: Plugins will not be added to this file unless there is a need to override a default setting. Plugins are\n".
" * enabled by default, unless having a 'disabled' file in their plugin folder.\n */\n";
" * enabled by default.\n */\n";
foreach ($local_plugins as $plugin => $value) {
$out .= "\$plugins['$plugin'] = $value;\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment