Index: trunk/extensions/FlaggedRevs/presentation/specialpages/reports/UnreviewedPages_body.php |
— | — | @@ -108,10 +108,9 @@ |
109 | 109 | $title = Title::newFromRow( $row ); |
110 | 110 | |
111 | 111 | $stxt = $underReview = $watching = ''; |
112 | | - $link = $this->skin->link( $title, null, array(), 'redirect=no&reviewing=1' ); |
| 112 | + $link = $this->skin->link( $title, null, array(), 'redirect=no' ); |
113 | 113 | $dirmark = wfUILang()->getDirMark(); |
114 | | - $hist = $this->skin->linkKnown( $title, wfMsgHtml( 'hist' ), |
115 | | - array(), 'action=history&reviewing=1' ); |
| 114 | + $hist = $this->skin->linkKnown( $title, wfMsgHtml( 'hist' ), array(), 'action=history' ); |
116 | 115 | if ( !is_null( $size = $row->page_len ) ) { |
117 | 116 | $stxt = ( $size == 0 ) |
118 | 117 | ? wfMsgHtml( 'historyempty' ) |