diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 18:19:13 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 18:19:13 -0400 |
commit | b78801becbd963a57e3a5b5db9c2f71c0f078e14 (patch) | |
tree | 0112b5b34bc05e621b4bda97d75daaa16c34556d | |
parent | 262c581ea771bc8d19bd7050c2f8a2624ea8a3e2 (diff) |
correct the newuser default setting in common.php
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 14be747bc..5bfb35583 100644 --- a/lib/common.php +++ b/lib/common.php @@ -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', |