|
|
@@ -116,6 +116,7 @@ class EditListDataProvider extends AddListDataProvider
|
|
|
Kerio::STATUS_APPROVAL => $lang->absoluteT('Require moderator approval'),
|
|
|
Kerio::STATUS_ACCEPT => $lang->absoluteT('Automatically accept')
|
|
|
];
|
|
|
+ $this->data['subscriptionNotify'] = $list[0]['subscription']['moderatorNotification'] === TRUE ? ProductParams::SWITCHER_ENABLED : ProductParams::SWITCHER_DISABLED;
|
|
|
|
|
|
/**
|
|
|
* allow to check which should be removed
|