mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Move redundant System::baseUrl() to DI::baseUrl() calls
This commit is contained in:
parent
f2da1c5ab9
commit
3f34229752
81 changed files with 418 additions and 465 deletions
|
@ -556,7 +556,7 @@ class Network
|
|||
Hook::callAll('avatar_lookup', $avatar);
|
||||
|
||||
if (! $avatar['success']) {
|
||||
$avatar['url'] = System::baseUrl() . '/images/person-300.jpg';
|
||||
$avatar['url'] = DI::baseUrl() . '/images/person-300.jpg';
|
||||
}
|
||||
|
||||
Logger::log('Avatar: ' . $avatar['email'] . ' ' . $avatar['url'], Logger::DEBUG);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue