]> git.datanom.net - qtadmin.git/blobdiff - lib/utils.inc.php
prepare for wblistadm server
[qtadmin.git] / lib / utils.inc.php
index b9f7cf394c1f9ba82e2383317cb18310eb685fe5..6cea76ef1943fbc4d3c551f9e4eb27307f175248 100644 (file)
@@ -196,7 +196,7 @@ class Utils {
 
         $result;
 
-        $url = $CFG->wblistadm_url . "/$method";
+        $url = $CFG->wblistadm_url . "$method";
         $token = $this->getCSRFPreventionToken($_SESSION['ticket']);
         $response = $this->RESTCall($url, $data, $_SESSION['cookies'], $token);
 
This page took 0.028675 seconds and 5 git commands to generate.