summaryrefslogtreecommitdiff
path: root/lib/util.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-27 21:26:19 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-27 21:26:19 -0400
commit241881238cb5e2b35cde4318236cdc5e3a7467b3 (patch)
treecadbaeb4f061d65b087f8c13c11817f35685370b /lib/util.php
parentcde3bc585fd7763a4840fc865f1cc4164c22293e (diff)
misprint of omb as oms
darcs-hash:20080828012619-84dde-f7e993f345220d3642743e9f2567d7f8e6e4b6ce.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
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;