Actions
Bug #22305
closederror in new hooks in class.t3lib_utility_client.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When using the hooks in getBrowserInfo() and getDeviceType(), an error occurs when calling
t3lib_div::callUserFunction($hookFunction, $hookParameters, NULL);
The third parameter has to be passed by reference. The attached patch will do that.
(issue imported from #M13874)
Files
Actions