added plugin to list of bundled extensions

This commit is contained in:
Andreas Gohr 2015-07-18 12:51:25 +02:00
parent 8d4151ded3
commit b28801bc7f
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin {
return in_array($this->id,
array(
'authad', 'authldap', 'authmysql', 'authpgsql', 'authplain', 'acl', 'info', 'extension',
'revert', 'popularity', 'config', 'safefnrecode', 'testing', 'template:dokuwiki'
'revert', 'popularity', 'config', 'safefnrecode', 'styling', 'testing', 'template:dokuwiki'
)
);
}