|
|
@@ -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;
|