]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
misprint of omb as oms
authorEvan Prodromou <evan@prodromou.name>
Thu, 28 Aug 2008 01:26:19 +0000 (21:26 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 28 Aug 2008 01:26:19 +0000 (21:26 -0400)
darcs-hash:20080828012619-84dde-f7e993f345220d3642743e9f2567d7f8e6e4b6ce.gz

lib/util.php

index e825728b1527ab6273afa1b7c10fa685d6b12dcc..a98697af6103629e1f6943c9863baf0f7057d4c1 100644 (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;