Browse Source

new dns helper class

andre 6 months ago
parent
commit
8c6bb796f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/Http/Response.php

+ 1 - 1
core/Http/Response.php

@@ -168,7 +168,7 @@ class Response extends SymfonyRespose
         $menu = $mainMenu->getMenu();
         $menu = $mainMenu->getMenu();
 
 
         $addon = ServiceLocator::call(Config::class);
         $addon = ServiceLocator::call(Config::class);
-        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'clientsdetails']);
+        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'client']);
 
 
         $vars = [
         $vars = [
             'assetsURL'                => BuildUrl::getAssetsURL(),
             'assetsURL'                => BuildUrl::getAssetsURL(),