stop sending OMB by default
This commit is contained in:
parent
b25e957be5
commit
13d479bc18
@ -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')) {
|
||||
|
Loading…
Reference in New Issue
Block a user