diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-01-05 19:55:36 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-01-05 19:55:36 +0100 |
commit | 9a2e74c192a89e048b53aca9260e70759e8dfdc6 (patch) | |
tree | d6c2d9f22f498f1feae192ea6353d0e53eb3eb34 /lib/plugins/extension | |
parent | 8491e52805a9aaef90168f1417c6e0806fb7c5d7 (diff) | |
download | rpg-9a2e74c192a89e048b53aca9260e70759e8dfdc6.tar.gz rpg-9a2e74c192a89e048b53aca9260e70759e8dfdc6.tar.bz2 |
the plugin is called testing not test
Diffstat (limited to 'lib/plugins/extension')
-rw-r--r-- | lib/plugins/extension/helper/extension.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/extension/helper/extension.php b/lib/plugins/extension/helper/extension.php index 6ad8f5185..04eb24a66 100644 --- a/lib/plugins/extension/helper/extension.php +++ b/lib/plugins/extension/helper/extension.php @@ -94,7 +94,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin { public function isBundled() { if (!empty($this->remoteInfo['bundled'])) return $this->remoteInfo['bundled']; return in_array($this->base, - array('acl', 'info', 'extension', 'test', 'revert', 'popularity', + array('acl', 'info', 'extension', 'testing', 'revert', 'popularity', 'config', 'plugin', 'safefnrecode', 'authplain', 'testing', 'template:dokuwiki', 'template:default' ) |