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