mirror of
https://github.com/friendica/friendica
synced 2025-04-28 02:30:16 +00:00
Review and Use statements
use statements and review changes.
This commit is contained in:
parent
eb148cad55
commit
0373056448
15 changed files with 83 additions and 247 deletions
|
@ -1660,7 +1660,7 @@ class DFRN
|
|||
);
|
||||
}
|
||||
|
||||
Photo::updateContactAvatar(
|
||||
Contact::updateAvatar(
|
||||
$author["avatar"],
|
||||
$importer["uid"],
|
||||
$contact["id"],
|
||||
|
@ -2035,7 +2035,7 @@ class DFRN
|
|||
dbesc(normalise_link($old["url"]))
|
||||
);
|
||||
|
||||
Photo::updateContactAvatar($relocate["avatar"], $importer["importer_uid"], $importer["id"], true);
|
||||
Contact::updateAvatar($relocate["avatar"], $importer["importer_uid"], $importer["id"], true);
|
||||
|
||||
if ($x === false) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue