summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-01-05 20:31:11 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-01-05 20:31:11 +0100
commit168f022328fee27758bfd983b209a579621409f6 (patch)
tree46facd01e437ad620c6e682fe1dec4efb37e30b5 /conf
parent16660d32b7c1e36a9940ee0ee9b692bf0dd1c313 (diff)
downloadrpg-168f022328fee27758bfd983b209a579621409f6.tar.gz
rpg-168f022328fee27758bfd983b209a579621409f6.tar.bz2
protect extension, not plugin anymore
Diffstat (limited to 'conf')
-rw-r--r--conf/plugins.required.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/plugins.required.php b/conf/plugins.required.php
index 078f6d56d..a2950b760 100644
--- a/conf/plugins.required.php
+++ b/conf/plugins.required.php
@@ -5,7 +5,7 @@
* It is not recommended to change this file, as it is overwritten on DokuWiki upgrades.
*/
$plugins['acl'] = 1;
-$plugins['plugin'] = 1;
+$plugins['extension'] = 1;
$plugins['config'] = 1;
$plugins['usermanager'] = 1;
$plugins['template:dokuwiki'] = 1; // not a plugin, but this should not be uninstalled either