Actions
Bug #80316
closedMisleading deprecation message for GeneralUtility::requireOnce/requireFile
Start date:
2017-03-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
The methods GeneralUtility::requireOnce()
and GeneralUtility::requireFile
currenty log a message like the following upon usage:
TYPO3\CMS\Core\Utility\GeneralUtility::requireOnce() - since TYPO3 CMS 8, this file will be removed in TYPO3 CMS 9
Since GeneralUtility.php
is unlikely to be removed that soon, this should be fixed. ;-)
Updated by Gerrit Code Review over 7 years ago
- Status changed from In Progress 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/52071
Updated by Mathias Brodala over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 50 to 100
Applied in changeset 3497ff3bc903167a6dbf548c5c4fa305fbd58d18.
Actions