Index: trunk/extensions/SubPageList/SubPageList.class.php |
— | — | @@ -139,10 +139,6 @@ |
140 | 140 | * @return string |
141 | 141 | */ |
142 | 142 | public function render( array $parameters ) { |
143 | | - global $wgContLang; |
144 | | - |
145 | | - $this->language = $wgContLang; |
146 | | - |
147 | 143 | $title = $this->getTitle( $parameters ); |
148 | 144 | |
149 | 145 | $pages = $this->getSubPages( $title, $parameters ); |