Index: trunk/extensions/FeaturedFeeds/FeaturedFeeds.body.php |
— | — | @@ -224,7 +224,7 @@ |
225 | 225 | $this->title = $this->msg( $this->options['title'] )->text(); |
226 | 226 | $this->shortTitle = $this->msg( $this->options['short-title'] ); |
227 | 227 | $this->description = $this->msg( $this->options['description'] )->text(); |
228 | | - $pageMsg = $this->msg( $this->options['page'] ); |
| 228 | + $pageMsg = $this->msg( $this->options['page'] )->params( $this->language->getCode() ); |
229 | 229 | if ( $pageMsg->isDisabled() ) { |
230 | 230 | return; |
231 | 231 | } |