Browse Source

new service module

andre 4 năm trước cách đây
mục cha
commit
f363bcf2b4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      serviceAddon.php

+ 1 - 1
serviceAddon.php

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