incorrect config setting for inboxes
This commit is contained in:
parent
31b04220bd
commit
ece70bf326
|
@ -889,7 +889,8 @@ function common_enqueue_notice($notice)
|
|||
$transports[] = 'memcached';
|
||||
}
|
||||
|
||||
if (common_config('queues', 'enabled')) {
|
||||
if (common_config('inboxes', 'enabled') === true ||
|
||||
common_config('inboxes', 'enabled') === 'transitional') {
|
||||
$transports[] = 'inbox';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user