summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-01-05 20:29:14 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-01-05 20:29:14 +0100
commit16660d32b7c1e36a9940ee0ee9b692bf0dd1c313 (patch)
tree37b09c2bef6a4458f0e2e333378e68b3bd3a5979 /conf
parent220ab8d2dfa86c96112098922b40017448d3500a (diff)
downloadrpg-16660d32b7c1e36a9940ee0ee9b692bf0dd1c313.tar.gz
rpg-16660d32b7c1e36a9940ee0ee9b692bf0dd1c313.tar.bz2
use config for firguring out if an extension is protected
Diffstat (limited to 'conf')
-rw-r--r--conf/plugins.required.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/plugins.required.php b/conf/plugins.required.php
index 26eb8888b..078f6d56d 100644
--- a/conf/plugins.required.php
+++ b/conf/plugins.required.php
@@ -4,8 +4,8 @@
* from changes by the extention manager. These settings will override any local settings.
* It is not recommended to change this file, as it is overwritten on DokuWiki upgrades.
*/
-$plugins['acl'] = 1;
-$plugins['plugin'] = 1;
-$plugins['config'] = 1;
-$plugins['usermanager'] = 1;
-$plugins['revert'] = 1;
+$plugins['acl'] = 1;
+$plugins['plugin'] = 1;
+$plugins['config'] = 1;
+$plugins['usermanager'] = 1;
+$plugins['template:dokuwiki'] = 1; // not a plugin, but this should not be uninstalled either