Actions
Bug #59825
closedTypo3 4.5 use namespace in AbstractBackendViewHelper
Start date:
2014-06-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
Typo3 4.5.32 use namespace in class "Tx_Fluid_ViewHelpers_Be_AbstractBackendViewHelper".
File: typo3\sysext\fluid\Classes\ViewHelpers\Be\AbstractBackendViewHelper.php
Line 46: $GLOBALS['SOBE'] = new \stdClass();
Namespaces are not available in php 5.2.x
Updated by Markus Klein over 10 years ago
- Category set to Fluid
- 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
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_4-5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31084
Updated by Markus Klein over 10 years ago
@Steffen: I'm not able to add you as reviewer on Gerrit for some reason.
Please test that patch. Thank you.
Updated by Markus Klein over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 64a43caef922826bf2544ced1dba08d17edb49bc.
Actions