]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correct the newuser default setting in common.php
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 9 Jul 2009 22:19:13 +0000 (18:19 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 9 Jul 2009 22:19:13 +0000 (18:19 -0400)
lib/common.php

index 14be747bc7a65db1ac31f44bbfc2c9899c71ad51..5bfb3558392fe5e883c68974866ef8a7a0cd58eb 100644 (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',