X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fombqueuehandler.php;h=be33b9821801f63b2e2a12b2da9fdcc5a2b9fe1f;hb=18f4a7eaea3c78cb55db843d77b43db86ac70308;hp=1587192b6fb5b9c1532e6af18411fa76dbc44ba4;hpb=205d8afe546b385100103dafc439d0397c36cbf4;p=quix0rs-gnu-social.git diff --git a/scripts/ombqueuehandler.php b/scripts/ombqueuehandler.php index 1587192b6f..be33b98218 100755 --- a/scripts/ombqueuehandler.php +++ b/scripts/ombqueuehandler.php @@ -1,8 +1,8 @@ #!/usr/bin/env php log(LOG_DEBUG, 'Ignoring remote notice ' . $notice->id); return true; } else { - return omb_broadcast_remote_subscribers($notice); + return omb_broadcast_notice($notice); } }