andre 2 лет назад
Родитель
Сommit
ce550aa97c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/UI/Client/DistributionList/Providers/AddListDataProvider.php

+ 1 - 1
app/UI/Client/DistributionList/Providers/AddListDataProvider.php

@@ -150,7 +150,7 @@ class AddListDataProvider extends BaseDataProvider
         $paramsCreate['subscription']['type'] = $this->formData['subscriptionRequest'];
         $paramsCreate['subscription']['moderatorNotification'] = $this->formData['subscriptionNotify'] === 'on' ? TRUE : FALSE;
         $paramsCreate['replyTo'] = 'OtherAddress';
-        $paramsCreate['OtherAddress'] = $this->formData['replyEmailAddress'];
+        $paramsCreate['otherAddress'] = $this->formData['replyEmailAddress'];
         $paramsCreate['posting']['memberPosting'] = $this->formData['memberPosting'];
         $paramsCreate['posting']['nonMemberPosting'] = $this->formData['nonMemberPosting'];
         $paramsCreate['posting']['sendErrorsToModerator'] = $this->formData['sendErrorsToModerator'] === 'on' ? TRUE : FALSE;