Add missing overwriting of DevtoolsPackageInstallationDispatcher::getPackage()
authorMatthias Schmidt <gravatronics@live.com>
Thu, 13 Jul 2017 17:53:55 +0000 (19:53 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 13 Jul 2017 17:54:04 +0000 (19:54 +0200)
See #2331

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

index 8c09c947c9f0db323a7e6e2bd2bedf98bf65921c..422390c442cf2e959e6738da90dcd060697c82cd 100644 (file)
@@ -36,6 +36,13 @@ class DevtoolsPackageInstallationDispatcher extends PackageInstallationDispatche
                return $this->project->getPackageArchive();
        }
        
+       /**
+        * @inheritDoc
+        */
+       public function getPackage() {
+               return $this->project->getPackage();
+       }
+       
        /**
         * @inheritDoc
         */