fix name of instantiated class

darcs-hash:20080829182112-84dde-c29ccd959e19e18cc2ceac1ba701f351f914c26b.gz
This commit is contained in:
Evan Prodromou 2008-08-29 14:21:12 -04:00
parent c4d6789275
commit c9782862d4
1 changed files with 1 additions and 1 deletions

View File

@ -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();