Bug #73712
closedFAL broken useing InaccessibleFolder TYPO3\CMS\Core\Resource\InaccessibleFolder
100%
Description
TYPO3\CMS\Core\Resource\InaccessibleFolder
extends from
TYPO3\CMS\Core\Resource\InaccessibleFolder\Folder
in the "getFiles" of InaccessibleFolder teh arguments $sort = '', $sortRev = false are missing
just add those
#1: PHP Warning: Declaration of TYPO3\CMS\Core\Resource\InaccessibleFolder::getFiles($start = 0, $numberOfItems = 0, $filterMode = self::FILTER_MODE_USE_OWN_AND_STORAGE_FILTERS, $recursive = false) should be compatible with TYPO3\CMS\Core\Resource\Folder::getFiles($start = 0, $numberOfItems = 0, $filterMode = self::FILTER_MODE_USE_OWN_AND_STORAGE_FILTERS, $recursive = false, $sort = '', $sortRev = false) in /Users/poppinga/htdocs/typo3/typo3_src-7.6.4/typo3/sysext/core/Classes/Resource/InaccessibleFolder.php line 268 (More information)
Updated by Gerrit Code Review over 8 years ago
- Status changed from New 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 https://review.typo3.org/47291
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47291
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47291
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47296
Updated by Susanne Moog over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 15267a2985ba58a19dc2917e6da299bbac2a4d0b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed