mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:10:11 +00:00
sql typo in auto-friend with D*
This commit is contained in:
parent
d8b82b24a4
commit
ada2a555dc
2 changed files with 2 additions and 2 deletions
|
@ -598,7 +598,7 @@ function diaspora_request($importer,$xml) {
|
|||
`uri-date` = '%s',
|
||||
`avatar-date` = '%s',
|
||||
`blocked` = 0,
|
||||
`pending` = 0,
|
||||
`pending` = 0
|
||||
WHERE `id` = %d LIMIT 1
|
||||
",
|
||||
dbesc($photos[0]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue