From: Evan Prodromou Date: Mon, 27 Jun 2011 17:02:32 +0000 (-0400) Subject: stop sending OMB by default X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=13d479bc18ac7f1bc447acdbf2d1f66dfe9f25b8;p=quix0rs-gnu-social.git stop sending OMB by default --- 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')) {