From 78871476032818637220d959db1652c600b86460 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 27 Aug 2008 20:14:14 -0400 Subject: [PATCH] change return in queue function darcs-hash:20080828001414-d018c-fa900f60f0af20c01e8b83a74834ddf46829f4b2.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.php b/lib/util.php index 40f9e1a1bb..e825728b15 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1082,8 +1082,8 @@ function common_enqueue_notice($notice) { return false; } common_log(LOG_DEBUG, 'complete queueing notice ID = ' . $notice->id . ' for ' . $transport); - return $result; } + return $result; } function common_dequeue_notice($notice) {