Actions
Bug #25979
closedWrong type hinting in interface tslib_menu_filterMenuPagesHook
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2011-04-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
public function tslib_menu_filterMenuPagesHook (array &$data, array $banUidArray, $spacer, tslib_tmenu $obj)
$obj
should hint for tslib_menu
and not as wrongly specified tslib_tmenu
.
If hook is used and for example a GMENU will be processed an exception will be thrown.
Files
Actions