Browse Source

cleanup pages

andre 2 years ago
parent
commit
6b76d25505
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Ressource/Providers/RessourceDataProvider.php

+ 1 - 1
app/UI/Client/Ressource/Providers/RessourceDataProvider.php

@@ -20,7 +20,7 @@ class RessourceDataProvider extends BaseDataProvider
 
 
     public function read()
     public function read()
     {
     {
-        $this->data['domain'] = $hosting->domain;
+        $this->data['domain'] = $this->getWhmcsParamByKey('domain');
 
 
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
         try {
         try {