Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -558,7 +558,7 @@ |
559 | 559 | $replyto = new MailAddress( $wgNoReplyAddress ); |
560 | 560 | } |
561 | 561 | |
562 | | - if ( $editor->isIP( $name ) ) { |
| 562 | + if ( $editor->isAnon() ) { |
563 | 563 | # real anon (user:xxx.xxx.xxx.xxx) |
564 | 564 | $utext = wfMsgForContent( 'enotif_anon_editor', $name ); |
565 | 565 | $subject = str_replace( '$PAGEEDITOR', $utext, $subject ); |