From: Evan Prodromou Date: Thu, 9 Jul 2009 22:19:13 +0000 (-0400) Subject: correct the newuser default setting in common.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b78801becbd963a57e3a5b5db9c2f71c0f078e14;p=quix0rs-gnu-social.git correct the newuser default setting in common.php --- diff --git a/lib/common.php b/lib/common.php index 14be747bc7..5bfb355839 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',