Skip to content
Snippets Groups Projects
Commit 9a2e74c1 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

the plugin is called testing not test

parent 8491e528
No related branches found
No related tags found
No related merge requests found
......@@ -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'
)
......
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