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)
|
function common_enqueue_notice($notice)
|
||||||
{
|
{
|
||||||
static $localTransports = array('omb',
|
static $localTransports = array('ping');
|
||||||
'ping');
|
|
||||||
|
|
||||||
$transports = array();
|
$transports = array();
|
||||||
if (common_config('sms', 'enabled')) {
|
if (common_config('sms', 'enabled')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user