b13 / trusted-url-params

TYPO3 Extension to ensure that only safe queryParams from TYPO3s Routing are added to generated links
GNU General Public License v2.0
8 stars 1 forks source link

Frontend TYPO3 Exception thrown in 9LTS #4

Closed derspe closed 2 years ago

derspe commented 2 years ago

The following exception is thrown in the Frontend after installation in a 9.5.26:

Call to undefined method TYPO3\CMS\Core\Utility\ArrayUtility::arrayDiffKeyRecursive() in C:\www...\public\typo3conf\ext\trusted_url_params\Classes\TrustedUrlParamsTrait.php line 40

Ext was installed via composer.

With 10LTS the extension is running flawlessly at first sight.