Browse Source

add chat control

andre 3 months ago
parent
commit
6c77ade0a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Setting/Providers/EditSettingDataProvider.php

+ 1 - 1
app/UI/Client/Setting/Providers/EditSettingDataProvider.php

@@ -164,7 +164,7 @@ class EditSettingDataProvider extends BaseDataProvider
             $value = in_array($field, $fieldToProtection) ? htmlentities($value) : $value;
             $value = in_array($field, $fieldToProtection) ? htmlentities($value) : $value;
         }
         }
 
 
-        $maildomain = $this->actionElementId;
+        $maildomain = $this->getActionElementIdValue();
         $domain = $this->getWhmcsParamByKey('domain');
         $domain = $this->getWhmcsParamByKey('domain');
 
 
 		logModuleCall(
 		logModuleCall(