diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-14 08:29:21 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-14 08:29:21 +0000 |
commit | ed2e49477d43bce71c492e8dda65682e8e7863a6 (patch) | |
tree | 71b0e6568aac268986bf33383a0ca2ad7581c1aa /lib | |
parent | 9fb8d4e9bb74025711792d35f683ca2529732764 (diff) | |
parent | ffeef6520c4e9e1d691bcea8a15aa8097ceb1d37 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
Diffstat (limited to 'lib')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index 329b041e9..9f3d4b1f9 100644 --- a/lib/default.php +++ b/lib/default.php @@ -157,7 +157,7 @@ $default = 'ping' => array('notify' => array()), 'inboxes' => - array('enabled' => true), # on by default for new sites + array('enabled' => true), # ignored after 0.9.x 'newuser' => array('default' => null, 'welcome' => null), |