From df405860b87f0a328d03e90175390a3ab1eaf39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20F=C3=BChricht?= Date: Fri, 27 May 2016 10:55:49 +0200 Subject: [PATCH] [BUGFIX] Use of deprecated function in TCA definition of the log table --- Configuration/TCA/tx_formhandler_log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TCA/tx_formhandler_log.php b/Configuration/TCA/tx_formhandler_log.php index 37863fa..e18c78c 100644 --- a/Configuration/TCA/tx_formhandler_log.php +++ b/Configuration/TCA/tx_formhandler_log.php @@ -7,7 +7,7 @@ 'crdate' => 'crdate', 'tstamp' => 'tstamp', 'delete' => 'deleted', - 'iconfile' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('formhandler') . 'ext_icon.gif', + 'iconfile' => 'EXT:formhandler/ext_icon.gif', 'adminOnly' => 1 ], 'interface' => [