@@ -41,6 +41,7 @@ class EditSettingForm extends SortedFieldForm implements ClientArea
$this->initIds('editSettingForm');
$this->setFormType(FormConstants::UPDATE);
$this->setProvider(new EditSettingDataProvider());
+ $this->actionElementId = $this->getRequestValue('actionElementId');
$this->initFields();
$this->loadDataToForm();
}
@@ -164,7 +164,7 @@ class EditSettingDataProvider extends BaseDataProvider
$value = in_array($field, $fieldToProtection) ? htmlentities($value) : $value;
- $maildomain = $this->getActionElementIdValue();
+ $maildomain = $this->actionElementId;
$domain = $this->getWhmcsParamByKey('domain');
logModuleCall(