Index: trunk/extensions/FeaturedFeeds/FeaturedFeeds.body.php |
— | — | @@ -365,7 +365,6 @@ |
366 | 366 | if ( $wgContLang->hasVariants() && $this->variant ) { |
367 | 367 | $text = $wgContLang->mConverter->convertTo( $text, $this->variant ); |
368 | 368 | $entry = $wgContLang->mConverter->convertTo( $entry, $this->variant ); |
369 | | - // bug 34010. otherwise variant specified in the second argument can be ignored. |
370 | 369 | $url = $special->getFullURL( array( 'variant' => $this->variant ) ); |
371 | 370 | } else { |
372 | 371 | $url = $special->getFullURL(); |