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

added authpdo to the list of bundled plugins

parent 3882015e
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin { ...@@ -107,7 +107,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin {
if (!empty($this->remoteInfo['bundled'])) return $this->remoteInfo['bundled']; if (!empty($this->remoteInfo['bundled'])) return $this->remoteInfo['bundled'];
return in_array($this->id, return in_array($this->id,
array( 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' 'revert', 'popularity', 'config', 'safefnrecode', 'styling', 'testing', 'template:dokuwiki'
) )
); );
......
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