From: Evan Prodromou Date: Thu, 28 Aug 2008 00:14:14 +0000 (-0400) Subject: change return in queue function X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=78871476032818637220d959db1652c600b86460;p=quix0rs-gnu-social.git change return in queue function darcs-hash:20080828001414-d018c-fa900f60f0af20c01e8b83a74834ddf46829f4b2.gz --- 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) {