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