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/MobileMessaging/SMSProvider/Clockwork.php')
-rw-r--r--plugins/MobileMessaging/SMSProvider/Clockwork.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileMessaging/SMSProvider/Clockwork.php b/plugins/MobileMessaging/SMSProvider/Clockwork.php
index afda1fed76..572215d68c 100644
--- a/plugins/MobileMessaging/SMSProvider/Clockwork.php
+++ b/plugins/MobileMessaging/SMSProvider/Clockwork.php
@@ -91,7 +91,7 @@ class Clockwork extends SMSProvider
$url = self::BASE_API_URL
. $resource
- . '?' . http_build_query($parameters, '', '&');
+ . '?' . Http::buildQuery($parameters);
$timeout = self::SOCKET_TIMEOUT;