r77313 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77312‎ | r77313 | r77314 >
Date:23:51, 25 November 2010
Author:reedy
Status:ok
Tags:
Comment:
$commitAuthorId is unused
Modified paths:
  • /trunk/extensions/CodeReview/backend/CodeRevision.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/backend/CodeRevision.php
@@ -332,7 +332,6 @@
333333 // Get committer wiki user name, or repo name at least
334334 $commitAuthor = $this->getWikiUser();
335335 # Author might not have a username in the wiki:
336 - $commitAuthorId = $commitAuthor ? $commitAuthor->getId() : false;
337336 $committer = $commitAuthor ? $commitAuthor->getName() : htmlspecialchars( $this->mAuthor );
338337 // Get the authors of these revisions
339338 $res = $dbw->select( 'code_rev',

Status & tagging log