Merge "Clarify mention error log comment"

This commit is contained in:
jenkins-bot 2016-06-20 16:14:54 +00:00 committed by Gerrit Code Review
commit 6b20e63b73

View file

@ -171,7 +171,7 @@ abstract class EchoDiscussionParser {
$stats->increment( 'echo.event.mention.error.ownPage' );
continue;
}
// 4. user is anonymous
// 4. user is anonymous or does not exist
if ( $user->isAnon() ) {
$stats->increment( 'echo.event.mention.error.anonUser' );
continue;