Merge branch '1.1.x'

This commit is contained in:
Evan Prodromou 2012-09-07 10:29:55 -04:00
commit ba7e73ee97
1 changed files with 5 additions and 0 deletions

View File

@ -736,6 +736,11 @@ function mail_notify_attn($user, $notice)
return;
}
if ($user->hasBlocked($sender)) {
// If the author has blocked us, don't spam them with a notification.
return;
}
$bestname = $sender->getBestName();
common_switch_locale($user->language);