Add missing parameter in method call
authorMatthias Schmidt <gravatronics@live.com>
Sun, 28 Oct 2018 06:20:17 +0000 (07:20 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 28 Oct 2018 06:20:17 +0000 (07:20 +0100)
See #2545

wcfsetup/install/files/lib/system/devtools/pip/TXmlGuiPackageInstallationPlugin.class.php

index e9e725b257115dd551a3daf672a2e606fe4e8e78..2e94f1b464393097a86b21fac72c13c358eb27df 100644 (file)
@@ -316,7 +316,7 @@ XML;
                        $entryList->addEntry(
                                $this->getElementIdentifier($element),
                                // we skip the event here to avoid firing all of those events
-                               array_intersect_key($this->doGetElementData($element), $entryList->getKeys())
+                               array_intersect_key($this->doGetElementData($element, false), $entryList->getKeys())
                        );
                }