X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpingqueuehandler.php;h=4e4d74cb1a6ef35f1910905aee18a287cabb79b4;hb=ecf32880254666860335d4fe2a96909cd592d3e8;hp=8bb2180786e81cfecf185c783d03ba4fbeab4971;hpb=e34ece8b0630394b606b57b19de58c830fad9c4d;p=quix0rs-gnu-social.git diff --git a/lib/pingqueuehandler.php b/lib/pingqueuehandler.php index 8bb2180786..4e4d74cb1a 100644 --- a/lib/pingqueuehandler.php +++ b/lib/pingqueuehandler.php @@ -30,7 +30,7 @@ class PingQueueHandler extends QueueHandler { return 'ping'; } - function handle_notice($notice) { + function handle($notice) { require_once INSTALLDIR . '/lib/ping.php'; return ping_broadcast_notice($notice); }