mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
[various] Adapt BaseURL calls for new UriInterface
This commit is contained in:
parent
75df306424
commit
648fadedd3
30 changed files with 478 additions and 479 deletions
|
@ -43,7 +43,7 @@ class NotifyAllEmail extends Email
|
|||
}
|
||||
|
||||
if (!$config->get('config', 'sender_email')) {
|
||||
$sender_email = 'noreply@' . $baseUrl->getHostname();
|
||||
$sender_email = 'noreply@' . $baseUrl->getHost();
|
||||
} else {
|
||||
$sender_email = $config->get('config', 'sender_email');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue