Fixed %20 in message

pull/644/head
TimZ99 2018-09-07 17:37:34 +02:00
parent 1d0f6a6986
commit 280f482f70
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ class Nexmo extends Core {
$success = 1;
$error = "";
$message = rawurlencode($message);
foreach ($this->recipients as $recipient) {
$curl = curl_init();