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