r77551 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77550‎ | r77551 | r77552 >
Date:00:44, 2 December 2010
Author:reedy
Status:ok
Tags:
Comment:
array( 'path' => $this->mView->mPath ) is the same as $pathQuery
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRevisionListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRevisionListView.php
@@ -318,7 +318,7 @@
319319 SpecialPage::getTitleFor( 'Code', $this->mRepo->getName() . '/' . $value ),
320320 htmlspecialchars( $value ),
321321 array(),
322 - array( 'path' => $this->mView->mPath )
 322+ $pathQuery
323323 );
324324 case 'cr_status':
325325 return $this->mView->skin->link(

Status & tagging log