Index: trunk/extensions/CodeReview/CodeRevisionListView.php |
— | — | @@ -118,7 +118,8 @@ |
119 | 119 | function formatValue( $name, $value ) { |
120 | 120 | global $wgUser, $wgLang; |
121 | 121 | switch( $name ) { |
122 | | - case $this->getDefaultSort(): |
| 122 | + case 'cp_rev_id': |
| 123 | + case 'cr_id': |
123 | 124 | return $this->mView->mSkin->link( |
124 | 125 | SpecialPage::getTitleFor( 'Code', $this->mRepo->getName() . '/' . $value ), |
125 | 126 | htmlspecialchars( $value ) ); |