Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreUpdater/ReleaseChannel.php')
-rw-r--r--plugins/CoreUpdater/ReleaseChannel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/ReleaseChannel.php b/plugins/CoreUpdater/ReleaseChannel.php
index c7da77889f..23c84971a4 100644
--- a/plugins/CoreUpdater/ReleaseChannel.php
+++ b/plugins/CoreUpdater/ReleaseChannel.php
@@ -33,7 +33,7 @@ abstract class ReleaseChannel extends BaseReleaseChannel
$url = Config::getInstance()->General['api_service_url']
. '/1.0/getLatestVersion/'
- . '?' . http_build_query($parameters, '', '&');
+ . '?' . Http::buildQuery($parameters);
return $url;
}