@@ -41,7 +41,6 @@ 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->actionElementId;
+ $maildomain = $this->getActionElementIdValue();
$domain = $this->getWhmcsParamByKey('domain');
logModuleCall(