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

[TASK] Fixing some code issues, adding new ts configuration for path to...

[TASK] Fixing some code issues, adding new ts configuration for path to automatic registration files
parent 692847da
No related branches found
No related tags found
1 merge request!10Feature improved usability
......@@ -792,7 +792,7 @@ class MailTemplateService {
foreach ($extensionList as $extensionName) {
$extensionConfigDirectory = ExtensionManagementUtility::extPath($extensionName);
$extensionConfigDirectory .= '/' . self::CONFIG_PATH;
$extensionConfigDirectory .= self::CONFIG_PATH;
$configFiles = GeneralUtility::getFilesInDir($extensionConfigDirectory);
foreach ($configFiles as $configFile) {
......@@ -817,7 +817,6 @@ class MailTemplateService {
* writes a single entry into the register array
*
* @param array $registerArray
* @param string $extensionName
* @param string $extensionKey
* @param string $templateKey
* @param array $configArray
......
......@@ -15,6 +15,9 @@ module.tx_sgmail {
# comma-separated list of additional cc addresses
default.cc =
# extension where automatic generated registrations from forms are put. gets appended with /Configuration/MailTemplates/. make sure these folders exist!
configurationLocation = project_theme
}
# default template language
......
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