From 241881238cb5e2b35cde4318236cdc5e3a7467b3 Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@prodromou.name>
Date: Wed, 27 Aug 2008 21:26:19 -0400
Subject: misprint of omb as oms

darcs-hash:20080828012619-84dde-f7e993f345220d3642743e9f2567d7f8e6e4b6ce.gz
---
 lib/util.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib')

diff --git a/lib/util.php b/lib/util.php
index e825728b1..a98697af6 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -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;
-- 
cgit v1.2.3-54-g00ecf