mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
redirection to wrong profile in multi-user mode
This commit is contained in:
parent
62fdf346ff
commit
440a3fea3f
2 changed files with 26 additions and 18 deletions
|
@ -370,7 +370,8 @@ function dfrn_confirm_post(&$a) {
|
|||
`uri-date` = '%s',
|
||||
`avatar-date` = '%s',
|
||||
`blocked` = 0,
|
||||
`pending` = 0,
|
||||
`pending` = 0,
|
||||
`duplex` = %d,
|
||||
`network` = 'dfrn' WHERE `id` = %d LIMIT 1
|
||||
",
|
||||
dbesc($photo),
|
||||
|
@ -379,6 +380,7 @@ function dfrn_confirm_post(&$a) {
|
|||
dbesc(datetime_convert()),
|
||||
dbesc(datetime_convert()),
|
||||
dbesc(datetime_convert()),
|
||||
intval($duplex),
|
||||
intval($contact_id)
|
||||
);
|
||||
if($r === false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue