X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fpingqueuehandler.php;h=ada6ecdba2070f20ad9a865553fdca2543df15ec;hb=6a20ef71d3b2b325ce24318e2ba4483d6c8732ce;hp=55a266e4a43a1a21c0f0b03c64198a9cc604accb;hpb=32f81b3c0e7be3da35d5813e5409fa3b65dc220e;p=quix0rs-gnu-social.git diff --git a/scripts/pingqueuehandler.php b/scripts/pingqueuehandler.php index 55a266e4a4..ada6ecdba2 100644 --- a/scripts/pingqueuehandler.php +++ b/scripts/pingqueuehandler.php @@ -34,7 +34,7 @@ require_once(INSTALLDIR . '/lib/queuehandler.php'); set_error_handler('common_error_handler'); class PingQueueHandler extends QueueHandler { - + function transport() { return 'ping'; } @@ -47,7 +47,7 @@ class PingQueueHandler extends QueueHandler { function handle_notice($notice) { return ping_broadcast_notice($notice); } - + function finish() { } }