mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
some more get_hostname to getHostName changes
This commit is contained in:
parent
574bf66564
commit
3f6239bb2b
8 changed files with 10 additions and 10 deletions
|
@ -53,7 +53,7 @@ function notifyall_post(App $a)
|
|||
}
|
||||
|
||||
if (! x(Config::get('config', 'sender_email'))) {
|
||||
$sender_email = 'noreply@' . $a->get_hostname();
|
||||
$sender_email = 'noreply@' . $a->getHostName();
|
||||
} else {
|
||||
$sender_email = Config::get('config', 'sender_email');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue