diff --git a/ext_localconf.php b/ext_localconf.php index d09161b4d05dd3885cd8a52b361b3c9e9722b94d..ade70144b8475d384575e068b5d8ee7edaddc38c 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -61,7 +61,7 @@ if (TYPO3_MODE === 'BE') { } // register mail templates -$GLOBALS['sgmail']['sg_jobs']['ApplicationMail'] = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('sg_jobs') . '/Configuration/SgMail/ApplicationMail.php'; +$GLOBALS['sg_mail']['sg_jobs']['ApplicationMail'] = 'EXT:sg_jobs/Configuration/SgMail/ApplicationMail.php'; // signal slot for sg_seo integration /** @var \TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher */