mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
sql error diaspora re-queue
This commit is contained in:
parent
7a683c576a
commit
8d3910c78c
1 changed files with 1 additions and 1 deletions
|
@ -1271,7 +1271,7 @@ function diaspora_transmit($owner,$contact,$slap,$public_batch) {
|
|||
logger('diaspora_transmit: queue message');
|
||||
// queue message for redelivery
|
||||
q("INSERT INTO `queue` ( `cid`, `created`, `last`, `content`,`batch`)
|
||||
VALUES ( %d, '%s', '%s', '%s') ",
|
||||
VALUES ( %d, '%s', '%s', '%s', %d) ",
|
||||
intval($contact['id']),
|
||||
dbesc(datetime_convert()),
|
||||
dbesc(datetime_convert()),
|
||||
|
|
Loading…
Reference in a new issue