Browse Source

add mailinglists

andre 2 years ago
parent
commit
ce550aa97c

+ 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']['type'] = $this->formData['subscriptionRequest'];
         $paramsCreate['subscription']['moderatorNotification'] = $this->formData['subscriptionNotify'] === 'on' ? TRUE : FALSE;
         $paramsCreate['subscription']['moderatorNotification'] = $this->formData['subscriptionNotify'] === 'on' ? TRUE : FALSE;
         $paramsCreate['replyTo'] = 'OtherAddress';
         $paramsCreate['replyTo'] = 'OtherAddress';
-        $paramsCreate['OtherAddress'] = $this->formData['replyEmailAddress'];
+        $paramsCreate['otherAddress'] = $this->formData['replyEmailAddress'];
         $paramsCreate['posting']['memberPosting'] = $this->formData['memberPosting'];
         $paramsCreate['posting']['memberPosting'] = $this->formData['memberPosting'];
         $paramsCreate['posting']['nonMemberPosting'] = $this->formData['nonMemberPosting'];
         $paramsCreate['posting']['nonMemberPosting'] = $this->formData['nonMemberPosting'];
         $paramsCreate['posting']['sendErrorsToModerator'] = $this->formData['sendErrorsToModerator'] === 'on' ? TRUE : FALSE;
         $paramsCreate['posting']['sendErrorsToModerator'] = $this->formData['sendErrorsToModerator'] === 'on' ? TRUE : FALSE;