Actions
Bug #55713
closedGeneralUtility' not found
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend API
Target version:
Start date:
2014-02-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
Class 'TYPO3\CMS\Frontend\ContentObject\GeneralUtility' not found in /path/TYPO3_6-1/TYPO3.CMS/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php on line 5943
Typo3 6.1.8-dev
- $targetDomain = GeneralUtility::idnaEncode($targetDomain);
+ $targetDomain = \TYPO3\CMS\Core\Utility\GeneralUtility::idnaEncode($targetDomain);
Updated by Markus Klein almost 11 years ago
- Category set to Backend API
- Status changed from New to Accepted
- Assignee set to Markus Klein
- Priority changed from Should have to Must have
- Target version set to next-patchlevel
- Is Regression changed from No to Yes
Thanks for reporting this.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27370
Updated by Gerrit Code Review almost 11 years ago
Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27371
Updated by Markus Klein almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Actions