Index: trunk/extensions/CodeReview/ui/CodeRevisionListView.php |
— | — | @@ -318,7 +318,7 @@ |
319 | 319 | SpecialPage::getTitleFor( 'Code', $this->mRepo->getName() . '/' . $value ), |
320 | 320 | htmlspecialchars( $value ), |
321 | 321 | array(), |
322 | | - array( 'path' => $this->mView->mPath ) |
| 322 | + $pathQuery |
323 | 323 | ); |
324 | 324 | case 'cr_status': |
325 | 325 | return $this->mView->skin->link( |