Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php |
— | — | @@ -18,10 +18,10 @@ |
19 | 19 | |
20 | 20 | if ( $rev instanceof CodeRevision ) { |
21 | 21 | $this->mRevId = $rev->getId(); |
22 | | - $this->mRev = $rev; |
| 22 | + $this->mRev = $rev; |
23 | 23 | } else { |
24 | 24 | $this->mRevId = intval( ltrim( $rev, 'r' ) ); |
25 | | - $this->mRev = $this->mRepo |
| 25 | + $this->mRev = $this->mRepo |
26 | 26 | ? $this->mRepo->getRevision( $this->mRevId ) |
27 | 27 | : null; |
28 | 28 | } |