From ffa29c208afd1c8858c9b3b2c7dd65c96343e5d6 Mon Sep 17 00:00:00 2001 From: Benni Mack <benni@typo3.org> Date: Mon, 2 Oct 2017 10:33:27 +0200 Subject: [PATCH] [BUGFIX] Fix wrong matcher class name Resolves: #82632 Related: #82014 Releases: master Change-Id: I987bdda0bdc5bc91c1422b7558bc220f516e79ea Reviewed-on: https://review.typo3.org/54257 Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: TYPO3com <no-reply@typo3.com> --- .../ExtensionScanner/Php/MethodCallStaticMatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php b/typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php index 3d04f482c7ed..d92dcdf65ed5 100644 --- a/typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php +++ b/typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php @@ -414,7 +414,7 @@ return [ 'Deprecation-81201-EidUtilityinitTCA.rst', ], ], - 'TYPO3\CMS\Core\Utility\BackendUtility::getListGroupNames' => [ + 'TYPO3\CMS\Backend\Utility\BackendUtility::getListGroupNames' => [ 'numberOfMandatoryArguments' => 0, 'maximumNumberOfArguments' => 1, 'restFiles' => [ -- GitLab