summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-27 20:42:24 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-27 20:42:24 -0400
commit27fff6ff04fad26daaa149b38ee95c91d9ad5d24 (patch)
treeb2a1c5088542f3021b2feff3eb1f36526a1bca24 /scripts
parent972e03b158259219d02a4c1edb85fac71d52e0c7 (diff)
XmppQueueHandler extends QueueHandler too
darcs-hash:20080828004224-84dde-01ba0a7b9105629b1eb8a28a1a9702912e7e9da6.gz
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xmppqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmppqueuehandler.php b/scripts/xmppqueuehandler.php
index 5c1445bd2..e6f5368f4 100755
--- a/scripts/xmppqueuehandler.php
+++ b/scripts/xmppqueuehandler.php
@@ -33,7 +33,7 @@ require_once(INSTALLDIR . '/lib/queuehandler.php');
set_error_handler('common_error_handler');
-class XmppQueueHandler {
+class XmppQueueHandler extends QueueHandler {
function transport() {
return 'jabber';