Sfoglia il codice sorgente

new dns helper class

andre 6 mesi fa
parent
commit
97094b6622
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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(),