Explorar el Código

new dns helper class

andre hace 6 meses
padre
commit
02cc9e729e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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', 'client']);
+        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'templatevars']);
 
 
         $vars = [
         $vars = [
             'assetsURL'                => BuildUrl::getAssetsURL(),
             'assetsURL'                => BuildUrl::getAssetsURL(),