mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
fix a missing brace and change id to _id
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ class SmsMapper extends Mapper {
|
||||
'(?,?,?,?,?,?,?,?)');
|
||||
$result = $query->execute(array(
|
||||
$userId, "NOW()", "NOW()", $smsFlags,
|
||||
(int) $sms["date"], (int) $sms["id"],
|
||||
(int) $sms["date"], (int) $sms["_id"],
|
||||
$sms["address"], $sms["body"]
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user