From a7f555c31096a76c33c41a1b91d7727a9ab61d32 Mon Sep 17 00:00:00 2001 From: Paul Ilea <paul@sgalinski.de> Date: Fri, 7 Jul 2017 15:33:47 +0300 Subject: [PATCH] [TASK] Removed deprecated method call --- ext_tables.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ext_tables.php b/ext_tables.php index eaa1b09..5c0fdb8 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -56,7 +56,6 @@ $TCA['tt_content']['types']['list']['subtypes_addlist'][$pluginSignature] = 'pi_ // Define the new doktypes /** @var \TYPO3\CMS\Core\Imaging\IconRegistry $iconRegistry */ $iconRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Imaging\IconRegistry::class); -$relativeExtensionPath = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('sg_news'); ################################### ### Define the Category Doktype ### -- GitLab