1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Bad code pushed...

This commit is contained in:
Loic Blot 2018-05-17 09:02:54 +02:00
parent 8f19ae3a16
commit 9c2b852cec
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -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;