change return in queue function

darcs-hash:20080828001414-d018c-fa900f60f0af20c01e8b83a74834ddf46829f4b2.gz
This commit is contained in:
Evan Prodromou 2008-08-27 20:14:14 -04:00
parent cd5dc3246e
commit 7887147603
1 changed files with 1 additions and 1 deletions

View 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) {