From: Matthias Schmidt Date: Sun, 28 Oct 2018 06:20:17 +0000 (+0100) Subject: Add missing parameter in method call X-Git-Tag: 5.2.0_Alpha_1~586 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4a7c5a12440b3cabe97584ae41a7678d113f9843;p=GitHub%2FWoltLab%2FWCF.git Add missing parameter in method call See #2545 --- diff --git a/wcfsetup/install/files/lib/system/devtools/pip/TXmlGuiPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/devtools/pip/TXmlGuiPackageInstallationPlugin.class.php index e9e725b257..2e94f1b464 100644 --- a/wcfsetup/install/files/lib/system/devtools/pip/TXmlGuiPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/devtools/pip/TXmlGuiPackageInstallationPlugin.class.php @@ -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()) ); }