correct the newuser default setting in common.php
This commit is contained in:
parent
262c581ea7
commit
b78801becb
@ -206,7 +206,7 @@ $config =
|
||||
'inboxes' =>
|
||||
array('enabled' => true), # on by default for new sites
|
||||
'newuser' =>
|
||||
array('subscribe' => null,
|
||||
array('default' => null,
|
||||
'welcome' => null),
|
||||
'snapshot' =>
|
||||
array('run' => 'web',
|
||||
|
Loading…
Reference in New Issue
Block a user