diff options
author | Evan Prodromou <evan@dev.controlezvous.ca> | 2008-08-27 20:14:14 -0400 |
---|---|---|
committer | Evan Prodromou <evan@dev.controlezvous.ca> | 2008-08-27 20:14:14 -0400 |
commit | 78871476032818637220d959db1652c600b86460 (patch) | |
tree | 9334890c74323fbe1363659364fd3bfb9f7cdaa7 /lib/util.php | |
parent | cd5dc3246ee24d596e5bbcab04d8f4adfed93cb5 (diff) |
change return in queue function
darcs-hash:20080828001414-d018c-fa900f60f0af20c01e8b83a74834ddf46829f4b2.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 40f9e1a1b..e825728b1 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) { |