瀏覽代碼

new dns helper class

andre 7 月之前
父節點
當前提交
97094b6622
共有 1 個文件被更改,包括 1 次插入1 次删除
  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->getWhmcsPagetWhmcsParamsByKeysramByKeys(['domain', 'userid', 'serverhostname']);
+        $params = $this->getWhmcsParamsByKeys(['domain', 'userid', 'serverhostname']);
 
         $vars = [
             'assetsURL'                => BuildUrl::getAssetsURL(),