diff options
author | Evan Prodromou <evan@status.net> | 2009-10-28 14:21:51 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-28 14:21:51 -0400 |
commit | 6c615f6801540d8b28cdc6d4ecf817943c11db34 (patch) | |
tree | 86967dd32fcbad904cd06b866b2f7cd0e748343e /lib/default.php | |
parent | 7df082abb8f9570e55bac209068146e34b3781b4 (diff) | |
parent | bf701b8235c22e648e44adfed8a9cb8e30cf9eab (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index 30e43eefb..9f64cc9e4 100644 --- a/lib/default.php +++ b/lib/default.php @@ -84,7 +84,8 @@ $default = 'image' => 'http://i.creativecommons.org/l/by/3.0/80x15.png'), 'mail' => array('backend' => 'mail', - 'params' => null), + 'params' => null, + 'domain_check' => true), 'nickname' => array('blacklist' => array(), 'featured' => array()), |