misprint of omb as oms

darcs-hash:20080828012619-84dde-f7e993f345220d3642743e9f2567d7f8e6e4b6ce.gz
This commit is contained in:
Evan Prodromou 2008-08-27 21:26:19 -04:00
parent cde3bc585f
commit 241881238c
1 changed files with 1 additions and 1 deletions

View File

@ -1070,7 +1070,7 @@ function common_broadcast_notice($notice, $remote=false) {
# Stick the notice on the queue
function common_enqueue_notice($notice) {
foreach (array('jabber', 'oms', 'sms') as $transport) {
foreach (array('jabber', 'omb', 'sms') as $transport) {
$qi = new Queue_item();
$qi->notice_id = $notice->id;
$qi->transport = $transport;