From 13d479bc18ac7f1bc447acdbf2d1f66dfe9f25b8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 27 Jun 2011 13:02:32 -0400 Subject: [PATCH] stop sending OMB by default --- lib/util.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/util.php b/lib/util.php index 0b637dd1cc..3535cfb08a 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1470,8 +1470,7 @@ function common_redirect($url, $code=307) function common_enqueue_notice($notice) { - static $localTransports = array('omb', - 'ping'); + static $localTransports = array('ping'); $transports = array(); if (common_config('sms', 'enabled')) {