diff --git a/lib/api/api.class.php b/lib/api/api.class.php index ec65209b85..e992d5ecb1 100755 --- a/lib/api/api.class.php +++ b/lib/api/api.class.php @@ -50,7 +50,7 @@ class ztclient */ private function getRemoteConfig() { - $url = $this->zentao->root . '/index.php?mode=getconfig'; + $url = $this->zentao->root . 'index.php?mode=getconfig'; $this->agent->fetchText($url); $config = json_decode($this->agent->results); return $config;