forked from GNUsocial/gnu-social
misprint of omb as oms
darcs-hash:20080828012619-84dde-f7e993f345220d3642743e9f2567d7f8e6e4b6ce.gz
This commit is contained in:
parent
cde3bc585f
commit
241881238c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user