r70623 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70622‎ | r70623 | r70624 >
Date:11:47, 7 August 2010
Author:reedy
Status:ok
Tags:
Comment:
And a missing )
Modified paths:
  • /trunk/extensions/CodeReview/backend/CodeRevision.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/backend/CodeRevision.php
@@ -341,7 +341,7 @@
342342 $revisionAuthor = $revision->getWikiUser();
343343
344344 //Add the followup revision author if they have not already been added as a commentor (they won't want dupe emails!)
345 - if ( !array_key_exists( $revisionAuthor->getId(), $users ) {
 345+ if ( !array_key_exists( $revisionAuthor->getId(), $users ) ) {
346346 $users[$revisionAuthor->getId()] = $revisionAuthor;
347347 }
348348

Status & tagging log