forked from GNUsocial/gnu-social
fix name of instantiated class
darcs-hash:20080829182112-84dde-c29ccd959e19e18cc2ceac1ba701f351f914c26b.gz
This commit is contained in:
parent
c4d6789275
commit
c9782862d4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user