X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=blobdiff_plain;f=includes%2FOutputPage.php;h=785641d1a611db9adaa2ce4e85761a97dde4ff09;hb=505e7ee4039c4448e69f2f522830fb2fbf9235c4;hp=7c463b6f02aed2dd5c8f19256da0617c809cd8f3;hpb=ed9a5fcb243218ea24908dddb9c28cb334788d10;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 7c463b6f02..785641d1a6 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1596,7 +1596,7 @@ class OutputPage extends ContextSource { if ( !$this->mParserOptions ) { if ( !$this->getContext()->getUser()->isSafeToLoad() ) { - // $wgUser isn't unstubbable yet, so don't try to get a + // $wgUser isn't loaded yet, so don't try to get a // ParserOptions for it. And don't cache this ParserOptions // either. $po = ParserOptions::newFromAnon(); @@ -2923,15 +2923,14 @@ class OutputPage extends ContextSource { $pieces = array_merge( $pieces, array_values( $this->getHeadLinksArray() ) ); $pieces = array_merge( $pieces, array_values( $this->mHeadItems ) ); - $min = ResourceLoader::inDebugMode() ? '' : '.min'; // Use an IE conditional comment to serve the script only to old IE $pieces[] = ''; $pieces[] = Html::closeElement( 'head' );