summaryrefslogtreecommitdiff
path: root/scripts/ombqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ombqueuehandler.php')
-rwxr-xr-xscripts/ombqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ombqueuehandler.php b/scripts/ombqueuehandler.php
index 75e04dd19..36d5d7b9c 100755
--- a/scripts/ombqueuehandler.php
+++ b/scripts/ombqueuehandler.php
@@ -33,7 +33,7 @@ require_once(INSTALLDIR . '/lib/queuehandler.php');
set_error_handler('common_error_handler');
-class OmbQueueHandler {
+class OmbQueueHandler extends QueueHandler {
function transport() {
return 'omb';