diff options
author | Evan Prodromou <evan@status.net> | 2009-10-28 17:24:53 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-28 17:24:53 -0400 |
commit | b73d6d18bae0e9046f65eb394c8e593de33f92a4 (patch) | |
tree | 981eb242aa4494b8c31604a59cac39116cb4ada4 /lib/default.php | |
parent | 3c724ccd0df0d205a9567e435b6060300537f904 (diff) | |
parent | 10df75f9a074f2987b3525cd70a129bd26972ebb (diff) |
Merge branch '0.9.x' into location
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 c896d5408..7ec8558b0 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()), |