added authpdo to the list of bundled plugins

This commit is contained in:
Andreas Gohr 2016-06-10 09:51:47 +02:00
parent 3882015e04
commit c23fdc4603
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin {
if (!empty($this->remoteInfo['bundled'])) return $this->remoteInfo['bundled'];
return in_array($this->id,
array(
'authad', 'authldap', 'authmysql', 'authpgsql', 'authplain', 'acl', 'info', 'extension',
'authad', 'authldap', 'authmysql', 'authpdo', 'authpgsql', 'authplain', 'acl', 'info', 'extension',
'revert', 'popularity', 'config', 'safefnrecode', 'styling', 'testing', 'template:dokuwiki'
)
);