From ce17c0c51d65ac79111877e9d91f4e830c51ce9f Mon Sep 17 00:00:00 2001 From: enured <enis.nuredini@uzh.ch> Date: Thu, 2 Nov 2023 15:42:16 +0100 Subject: [PATCH] B17228: Deprecation fix for method configurePlugin. refs #17228 --- extension/ext_localconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/ext_localconf.php b/extension/ext_localconf.php index 726084a97..c8e7f3572 100644 --- a/extension/ext_localconf.php +++ b/extension/ext_localconf.php @@ -27,7 +27,7 @@ if ($typo3VersionInteger >= 10000000) { } \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( - 'IMATHUZH.' . 'qfq', + 'qfq', 'Qfq', $controllerAction, $nonCacheableControllerAction, -- GitLab