template:default is no longer bundled

This commit is contained in:
Andreas Gohr 2014-01-05 19:57:07 +01:00
parent 9a2e74c192
commit 947a047235
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin {
return in_array($this->base,
array('acl', 'info', 'extension', 'testing', 'revert', 'popularity',
'config', 'plugin', 'safefnrecode', 'authplain', 'testing',
'template:dokuwiki', 'template:default'
'template:dokuwiki'
)
);
}