mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
Bad code pushed...
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ class SmsMapper extends Mapper {
|
||||
"address" => $row["sms_address"],
|
||||
"mailbox" => intval($row["sms_mailbox"]),
|
||||
"msg" => $row["sms_msg"],
|
||||
"type" => intval($row["sms_type"])SMS
|
||||
"type" => intval($row["sms_type"])
|
||||
);
|
||||
}
|
||||
return $messageList;
|
||||
|
||||
Reference in New Issue
Block a user