Index: trunk/extensions/FlaggedRevs/specialpages/UnreviewedPages_body.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | $showhide = array( wfMsgHtml( 'show' ), wfMsgHtml( 'hide' ) ); |
37 | 37 | $onoff = 1 - $hideRedirs; |
38 | 38 | $link = $this->skin->link( $this->getTitle(), $showhide[$onoff], array(), |
39 | | - array( 'hideredirs' => $onoff, 'category' => $category ) |
| 39 | + array( 'hideredirs' => $onoff, 'category' => $category, 'namespace' => $namespace ) |
40 | 40 | ); |
41 | 41 | $showhideredirs = wfMsgHtml( 'whatlinkshere-hideredirs', $link ); |
42 | 42 | |