From: Evan Prodromou Date: Fri, 29 Aug 2008 18:21:12 +0000 (-0400) Subject: fix name of instantiated class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c9782862d412ebdc8ac1f9f9e67daee0f038eda2;p=quix0rs-gnu-social.git fix name of instantiated class darcs-hash:20080829182112-84dde-c29ccd959e19e18cc2ceac1ba701f351f914c26b.gz --- diff --git a/scripts/publicqueuehandler.php b/scripts/publicqueuehandler.php index 0d95a489f8..081ce1e38b 100755 --- a/scripts/publicqueuehandler.php +++ b/scripts/publicqueuehandler.php @@ -57,7 +57,7 @@ mb_internal_encoding('UTF-8'); $resource = ($argc > 1) ? $argv[1] : (common_config('xmpp','resource') . '-public'); -$handler = new XmppQueueHandler($resource); +$handler = new PublicQueueHandler($resource); if ($handler->start()) { $handler->handle_queue();