Browse Source

new dns helper class

andre 6 months ago
parent
commit
97094b6622
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->getWhmcsPagetWhmcsParamsByKeysramByKeys(['domain', 'userid', 'serverhostname']);
+        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname']);
 
 
         $vars = [
         $vars = [
             'assetsURL'                => BuildUrl::getAssetsURL(),
             'assetsURL'                => BuildUrl::getAssetsURL(),