Actions
Bug #57367
closedPageLayoutViewDrawItemHookInterface has bad function definition
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2014-03-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
PageLayoutViewDrawItemHookInterface.php defines the preProcess function to have the first object parameter passed by reference.
This does not work out, as this reference is a) not required for functionality and b) called with $this, which can't be modified.
Actions