Added changes to changelog

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

View File

@ -5,6 +5,7 @@ Changelog
Not yet released
----------------
* #644: Fixed urlencoding in Nexmo message
* #639: Added combined notifications.
* #626: Added redirect check.
* #627: Latest server output, error and output during a failure will be saved and are shown on the server page.

View File

@ -53,7 +53,7 @@ class Nexmo extends Core {
public function sendSMS($message) {
$success = 1;
$error = "";
foreach ($this->recipients as $recipient) {
$curl = curl_init();