summaryrefslogtreecommitdiff
path: root/scripts/publicqueuehandler.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-29 14:21:12 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-29 14:21:12 -0400
commitc9782862d412ebdc8ac1f9f9e67daee0f038eda2 (patch)
treecfb23ed069566e7ab95557ede40b6d034984ec4e /scripts/publicqueuehandler.php
parentc4d67892751b17856b235182874c3304890dc2c3 (diff)
fix name of instantiated class
darcs-hash:20080829182112-84dde-c29ccd959e19e18cc2ceac1ba701f351f914c26b.gz
Diffstat (limited to 'scripts/publicqueuehandler.php')
-rwxr-xr-xscripts/publicqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publicqueuehandler.php b/scripts/publicqueuehandler.php
index 0d95a489f..081ce1e38 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();