Skip to content
Snippets Groups Projects
Commit 599d0648 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Fixing mail registration

parent 821eaac7
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment