Actions
Bug #41574
closedFix wrong variable type part of the namespace migration
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-10-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
There is a missing converted class name in class typo3/sysext/core/Classes/Resource/ResourceFactory.php
# forgotten class name... @var t3lib_file_AbstractCollection[] # ... to be changed to: @var \TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection[]
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15253
Updated by Fabien Udriot about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f096c8ad749252e7c921e1b7cbf8527ead2e7dd0.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions