Index: trunk/phase3/includes/SpecialNewpages.php |
— | — | @@ -56,6 +56,7 @@ |
57 | 57 | } |
58 | 58 | |
59 | 59 | protected function parseParams( $par ) { |
| 60 | + global $wgLang; |
60 | 61 | $bits = preg_split( '/\s*,\s*/', trim( $par ) ); |
61 | 62 | foreach ( $bits as $bit ) { |
62 | 63 | if ( 'shownav' == $bit ) |