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