|
@@ -102,7 +102,7 @@ |
|
|
block discarded – undo |
|
102
|
102
|
|
|
103
|
103
|
foreach ($configPaths as $configPath) { |
|
104
|
104
|
$return[] = [ |
|
105
|
|
- 'id' => $this->sanitizeEmailProperty((string)$template->getId()), |
|
|
105
|
+ 'id' => $this->sanitizeEmailProperty((string) $template->getId()), |
|
106
|
106
|
'Template Code' => $this->sanitizeEmailProperty($template->getTemplateCode()), |
|
107
|
107
|
'Scope' => $this->sanitizeEmailProperty($configPath['scope']), |
|
108
|
108
|
'Scope Id' => $this->sanitizeEmailProperty($configPath['scope_id']), |
Please login to merge, or discard this patch.