Changed : to ;.
This commit is contained in:
Tim 2018-06-29 14:20:47 +02:00 committed by GitHub
parent 62254a534b
commit b98a4af412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ){