Project

General

Profile

Actions

Bug #59619

closed

Static call of non-static function in Package.php

Added by Jan Schreier almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2014-06-17
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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?

Actions #1

Updated by Wouter Wolters almost 10 years ago

  • 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.

Actions #2

Updated by Gerrit Code Review almost 10 years ago

  • 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

Actions #3

Updated by Peter Niederlag almost 10 years ago

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.

Actions #4

Updated by Gerrit Code Review almost 10 years ago

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

Actions #5

Updated by Gerrit Code Review almost 10 years ago

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

Actions #6

Updated by Gerrit Code Review almost 10 years ago

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

Actions #7

Updated by Peter Niederlag almost 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF