some more get_hostname to getHostName changes
[friendica-addons.git/.git] / notifyall / notifyall.php
index ddadc3b..a019303 100644 (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');
        }