summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/helper/extension.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-01-05 19:55:36 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-01-05 19:55:36 +0100
commit9a2e74c192a89e048b53aca9260e70759e8dfdc6 (patch)
treed6c2d9f22f498f1feae192ea6353d0e53eb3eb34 /lib/plugins/extension/helper/extension.php
parent8491e52805a9aaef90168f1417c6e0806fb7c5d7 (diff)
downloadrpg-9a2e74c192a89e048b53aca9260e70759e8dfdc6.tar.gz
rpg-9a2e74c192a89e048b53aca9260e70759e8dfdc6.tar.bz2
the plugin is called testing not test
Diffstat (limited to 'lib/plugins/extension/helper/extension.php')
-rw-r--r--lib/plugins/extension/helper/extension.php2
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'
)