Przeglądaj źródła

new dns helper class

andre 6 miesięcy temu
rodzic
commit
02cc9e729e
1 zmienionych plików z 1 dodań i 1 usunięć
  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', 'client']);
+        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname', 'templatevars']);
 
         $vars = [
             'assetsURL'                => BuildUrl::getAssetsURL(),