diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-23 14:46:54 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-23 14:46:54 -0700 |
commit | 8641cb4591d2b8385a661ea743833392ef45ff8b (patch) | |
tree | 8e032e94d0baa8daf5b6cbd4fe54ef0406c5f691 /lib/mail.php | |
parent | a7ad37f83fcdf611f9a65d38b35ac1874979198c (diff) | |
parent | 0dab5f58723cba8b5915c694a8200e242cc9ec02 (diff) |
Merge branch '0.8.x' into 0.9.x
Diffstat (limited to 'lib/mail.php')
-rw-r--r-- | lib/mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mail.php b/lib/mail.php index 90ee3c992..262f788ee 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -121,7 +121,7 @@ function mail_notify_from() $domain = mail_domain(); - $notifyfrom = common_config('site', 'name') .' <noreply@'.$domain.'>'; + $notifyfrom = '"'.common_config('site', 'name') .'" <noreply@'.$domain.'>'; } return $notifyfrom; |