the plugin is called testing not test

This commit is contained in:
Andreas Gohr 2014-01-05 19:55:36 +01:00
parent 8491e52805
commit 9a2e74c192
1 changed files with 1 additions and 1 deletions

View File

@ -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'
)