Selaa lähdekoodia

new dns helper class

andre 7 kuukautta sitten
vanhempi
commit
8c6bb796f7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      core/Http/Response.php

+ 1 - 1
core/Http/Response.php

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