mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Replace old database queries with the new ones
This commit is contained in:
parent
cbe12eba76
commit
8b775d48f9
3 changed files with 4 additions and 2 deletions
|
@ -2094,6 +2094,8 @@ 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"])];
|
||||
|
||||
// @TODO No dba:update here?
|
||||
dba::update('contact', $fields, $condition);
|
||||
|
||||
Contact::updateAvatar($relocate["avatar"], $importer["importer_uid"], $importer["id"], true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue