]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
stop sending OMB by default
authorEvan Prodromou <evan@status.net>
Mon, 27 Jun 2011 17:02:32 +0000 (13:02 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 27 Jun 2011 17:02:32 +0000 (13:02 -0400)
lib/util.php

index 0b637dd1cc4efe6b9d211efe4a3bff4586a5fd36..3535cfb08a8a4ca1914db1d8065255cb5259011b 100644 (file)
@@ -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')) {