summaryrefslogtreecommitdiff
path: root/lib/plugins/extension
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-25 10:41:49 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-25 10:41:49 +0200
commit18f4ec973d8b711f6687adb71ce03e77e5ab1f41 (patch)
tree2dbf5e09c0d03107b70c62ca9f109d10e32dcbf0 /lib/plugins/extension
parent047eab22fcf40d6af010d240653e34e1dd192045 (diff)
downloadrpg-18f4ec973d8b711f6687adb71ce03e77e5ab1f41.tar.gz
rpg-18f4ec973d8b711f6687adb71ce03e77e5ab1f41.tar.bz2
fixed isBundled() check when remote info is unavailable
Diffstat (limited to 'lib/plugins/extension')
-rw-r--r--lib/plugins/extension/helper/extension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/extension/helper/extension.php b/lib/plugins/extension/helper/extension.php
index d089245b5..719249fbe 100644
--- a/lib/plugins/extension/helper/extension.php
+++ b/lib/plugins/extension/helper/extension.php
@@ -105,7 +105,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,
+ return in_array($this->id,
array(
'authad', 'authldap', 'authmysql', 'authpgsql', 'authplain', 'acl', 'info', 'extension',
'revert', 'popularity', 'config', 'safefnrecode', 'testing', 'template:dokuwiki'