correct the newuser default setting in common.php

This commit is contained in:
Evan Prodromou 2009-07-09 18:19:13 -04:00
parent 262c581ea7
commit b78801becb
1 changed files with 1 additions and 1 deletions

View File

@ -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',