some more get_hostname to getHostName changes

This commit is contained in:
Tobias Diekershoff 2018-10-11 13:24:39 +02:00
parent 574bf66564
commit 3f6239bb2b
8 changed files with 10 additions and 10 deletions

View file

@ -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');
}