Changed : to ;.
pull/682/head
Tim 2018-06-29 14:20:47 +02:00 committed by GitHub
parent 33b6ec7083
commit b518de4a4c
1 changed files with 1 additions and 1 deletions

View File

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