From 37e27a772a4e91beda5b4bc4f8452a9406bf9f30 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 13 Jul 2017 19:53:55 +0200 Subject: [PATCH] Add missing overwriting of DevtoolsPackageInstallationDispatcher::getPackage() See #2331 --- .../pip/DevtoolsPackageInstallationDispatcher.class.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPackageInstallationDispatcher.class.php index 8c09c947c9..422390c442 100644 --- a/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPackageInstallationDispatcher.class.php @@ -36,6 +36,13 @@ class DevtoolsPackageInstallationDispatcher extends PackageInstallationDispatche return $this->project->getPackageArchive(); } + /** + * @inheritDoc + */ + public function getPackage() { + return $this->project->getPackage(); + } + /** * @inheritDoc */ -- 2.20.1