|
@@ -40,7 +40,9 @@ function serviceAddon_UsageUpdate(array $params) {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function serviceAddon_ConfigOptions(array $params) {
|
|
function serviceAddon_ConfigOptions(array $params) {
|
|
|
- $configOptions = array();
|
|
|
|
|
|
|
+ $emailTemplates = localAPI('GetEmailTemplates');
|
|
|
|
|
+ $configOptions = $emailTemplates->toArray();
|
|
|
|
|
+
|
|
|
return $configOptions;
|
|
return $configOptions;
|
|
|
}
|
|
}
|
|
|
|
|
|