It was introduced for backward compatibility which is no longer needed.
This also replaces a call using the class t3lib_utility_Math
which was deprecated with TYPO3 6.0.
The new function \TYPO3\CMS\Core\Utility\MathUtility::forceIntegerInRange
has the same default parameters, so it is fully compatible.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
t3lib_div::array_merge_recursive_overrule was deprecated in TYPO3 6.2.
Commit c3d61e8c25 had replaced that
function, but the new fulltext code still used the old function.
Signed-off-by: Stefan Weil <sw@weilnetz.de>