mirror of
https://github.com/friendica/friendica
synced 2025-04-23 08:30:10 +00:00
Some corrections
This commit is contained in:
parent
8b775d48f9
commit
3bb5a416f8
3 changed files with 3 additions and 2 deletions
|
@ -2094,6 +2094,7 @@ class DFRN
|
|||
'confirm' => $relocate["confirm"], 'notify' => $relocate["notify"],
|
||||
'poll' => $relocate["poll"], 'site-pubkey' => $relocate["sitepubkey"]];
|
||||
$condition = ["(`id` = ?) OR (`nurl` = ?)", $importer["id"], normalise_link($old["url"])];
|
||||
dba::update('contact', $fields, $condition);
|
||||
|
||||
// @TODO No dba:update here?
|
||||
dba::update('contact', $fields, $condition);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue