Bug #59619
closed
Static call of non-static function in Package.php
Added by Jan Schreier over 10 years ago.
Updated about 6 years ago.
Description
in Classes/Package/PackageManager.php around line 73 there is this line:
if (!\TYPO3\CMS\Core\Package\PackageManager::isPackageKeyValid($packageKey)) {
the called method "isPackageKeyValid" is non-satic so from my understanding it should be changed to:
if (!$packageManager->isPackageKeyValid($packageKey)) {
can somebody check this?
- Status changed from New to Accepted
- Assignee set to Wouter Wolters
Will be discussed on T3DD14 with Thomas, the integrator of the package manager backport.
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31749
What has been the outcome of the discussion @t3dd14? This is probably only happening on php 5.6.X?
Review is pending on gerrit now.
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31749
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31749
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31778
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF