|
|
@@ -109,10 +109,7 @@ class EditListDataProvider extends AddListDataProvider
|
|
|
$this->data['domain'] = $this->getWhmcsParamByKey('domain');
|
|
|
$this->data['description'] = $list[0]['description'];
|
|
|
$this->data['lang'] = $list[0]['languageId'];
|
|
|
-
|
|
|
- /**
|
|
|
- * subscription requests
|
|
|
- */
|
|
|
+ $this->availableValues['lang'] = [ 'de' => $lang->absoluteT('german'), 'en' => $lang->absoluteT('english') ];
|
|
|
$this->data['subscriptionRequest'] = $list[0]['subscription']['type'];
|
|
|
$this->availableValues['subscriptionRequest'] = [
|
|
|
Kerio::STATUS_REJECT => $lang->absoluteT('Automatically reject'),
|