From: Evan Prodromou Date: Thu, 28 Aug 2008 01:26:19 +0000 (-0400) Subject: misprint of omb as oms X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=241881238cb5e2b35cde4318236cdc5e3a7467b3;p=quix0rs-gnu-social.git misprint of omb as oms darcs-hash:20080828012619-84dde-f7e993f345220d3642743e9f2567d7f8e6e4b6ce.gz --- diff --git a/lib/util.php b/lib/util.php index e825728b15..a98697af61 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;