From 08d5107cf1a69c2640c96ee8a3d834541a530146 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 27 Aug 2008 20:30:13 -0400 Subject: correct return values from start() in queue handlers darcs-hash:20080828003013-84dde-7c8323ef348960f58590e872b2c4ab37107ba60a.gz --- scripts/ombqueuehandler.php | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/ombqueuehandler.php') diff --git a/scripts/ombqueuehandler.php b/scripts/ombqueuehandler.php index 7bdad2565..75e04dd19 100755 --- a/scripts/ombqueuehandler.php +++ b/scripts/ombqueuehandler.php @@ -40,6 +40,7 @@ class OmbQueueHandler { } function start() { + return true; } function handle_notice($notice) { -- cgit v1.2.3-54-g00ecf