[BUGFIX] Wrong type hinting in interface tslib_menu_filterMenuPagesHook
tslib_menu_filterMenuPagesHook::tslib_menu_filterMenuPagesHook expects a tslib_tmenu object as fourth parameter $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. Change-Id: I0a61737755afbda6e2ab6c02ba59c078a77cc020 Resolves: #25979 Releases: 4.6, 4.5, 4.4 Reviewed-on: http://review.typo3.org/1649 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Please register or sign in to comment