Skip to content
Snippets Groups Projects
Commit 4e037c98 authored by Chris Smith's avatar Chris Smith
Browse files

Add revert plugin to protected plugins list

darcs-hash:20080116152844-d26fc-8d936fe9235ddc0b5d092f3de25c9b3ec789c028.gz
parent 1919454b
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ require_once(DOKU_PLUGIN.'admin.php');
// plugins that are an integral part of dokuwiki, they shouldn't be disabled or deleted
global $plugin_protected;
$plugin_protected = array('acl','plugin','config','info','usermanager');
$plugin_protected = array('acl','plugin','config','info','usermanager','revert');
/**
* All DokuWiki plugins to extend the admin function
......
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