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

[TASK] Fixing wrong path to old registrations

parent a7e6d24d
No related branches found
No related tags found
1 merge request!11Feature security update
......@@ -38,7 +38,7 @@ use TYPO3\CMS\Extbase\Object\ObjectManager;
class RegisterService implements \TYPO3\CMS\Core\SingletonInterface {
const CACHE_NAME = 'sg_mail_registerArrayCache';
const CACHE_LIFETIME_IN_SECONDS = 86400;
const DEFAULT_TEMPLATE_PATH = 'Resources/Private/Templates/SgMail/';
const DEFAULT_TEMPLATE_PATH = 'Resources/Private/Templates/MailTemplates/';
const CONFIG_PATH = 'Configuration/MailTemplates/Forms';
/**
......
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