Ver código fonte

new dns helper class

andre 6 meses atrás
pai
commit
ab8bade326
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      core/Http/Response.php

+ 2 - 2
core/Http/Response.php

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