]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change return in queue function
authorEvan Prodromou <evan@dev.controlezvous.ca>
Thu, 28 Aug 2008 00:14:14 +0000 (20:14 -0400)
committerEvan Prodromou <evan@dev.controlezvous.ca>
Thu, 28 Aug 2008 00:14:14 +0000 (20:14 -0400)
darcs-hash:20080828001414-d018c-fa900f60f0af20c01e8b83a74834ddf46829f4b2.gz

lib/util.php

index 40f9e1a1bb2be0eecf8c5d273d98263f844fc731..e825728b1527ab6273afa1b7c10fa685d6b12dcc 100644 (file)
@@ -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) {