r76921 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76920‎ | r76921 | r76922 >
Date:23:46, 17 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Spaces to tabs :@
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRevisionView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php
@@ -18,10 +18,10 @@
1919
2020 if ( $rev instanceof CodeRevision ) {
2121 $this->mRevId = $rev->getId();
22 - $this->mRev = $rev;
 22+ $this->mRev = $rev;
2323 } else {
2424 $this->mRevId = intval( ltrim( $rev, 'r' ) );
25 - $this->mRev = $this->mRepo
 25+ $this->mRev = $this->mRepo
2626 ? $this->mRepo->getRevision( $this->mRevId )
2727 : null;
2828 }

Status & tagging log