瀏覽代碼

bugfix email list

andre 3 月之前
父節點
當前提交
f09489cf72
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      app/UI/Client/DistributionList/Providers/EditListDataProvider.php

+ 9 - 0
app/UI/Client/DistributionList/Providers/EditListDataProvider.php

@@ -201,6 +201,15 @@ class EditListDataProvider extends AddListDataProvider
         $paramsSet['posting']['nonMemberPosting'] = $this->formData['nonMemberPosting'];
         $paramsSet['posting']['sendErrorsToModerator'] = $this->formData['sendErrorsToModerator'] === 'on' ? true : false;
         // find new internal members to add
+
+            logModuleCall(
+                'kerioEmail',
+                __FUNCTION__,
+                $this->formData['memberList'],
+                'Debug Error',
+                $this->formData['memberListActually']
+            );
+
         foreach($this->formData['memberList'] as $intMember) {
             if(!in_array($intMember, $this->formData['memberListActually'])) {
                 $addIntMembers[] = $intMember;