X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FNotifier.php;h=ad33c3245d4be9d33e1381cb9d1cb00b40851842;hb=481b0ac138511825f3736342b40dd9b3a2e2a8d5;hp=6bfd2bc3b3f9aabe8368c22f5e5a04feba564306;hpb=b5d73f840c30e99de07c227450a240a38f1052ab;p=friendica.git diff --git a/src/Worker/Notifier.php b/src/Worker/Notifier.php index 6bfd2bc3b3..ad33c3245d 100644 --- a/src/Worker/Notifier.php +++ b/src/Worker/Notifier.php @@ -194,7 +194,7 @@ class Notifier // if $parent['wall'] == 1 we will already have the parent message in our array // and we will relay the whole lot. - $localhost = str_replace('www.','',$a->get_hostname()); + $localhost = str_replace('www.','',$a->getHostName()); if (strpos($localhost,':')) { $localhost = substr($localhost,0,strpos($localhost,':')); }