From: Roan Kattouw Date: Wed, 25 May 2011 14:16:21 +0000 (+0000) Subject: Fix r88125: forgot to remove another call to mw.loader.go() X-Git-Tag: 1.31.0-rc.0~29958 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=371d6eb66790667200f2db8bb30e8dac6fefa10e;p=lhc%2Fweb%2Fwiklou.git Fix r88125: forgot to remove another call to mw.loader.go() --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 64c494749a..186ca777b8 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2576,8 +2576,7 @@ class OutputPage { if ( $modules ) { $scripts .= Html::inlineScript( ResourceLoader::makeLoaderConditionalScript( - Xml::encodeJsCall( 'mw.loader.load', array( $modules ) ) . - Xml::encodeJsCall( 'mw.loader.go', array() ) + Xml::encodeJsCall( 'mw.loader.load', array( $modules ) ) ) ); }