From: Roan Kattouw Date: Thu, 7 Apr 2011 13:14:33 +0000 (+0000) Subject: Fix copypaste fail in r85616 X-Git-Tag: 1.31.0-rc.0~30981 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=672e9f6a2ad2cd6b859d6c435529dc5c06b83240;p=lhc%2Fweb%2Fwiklou.git Fix copypaste fail in r85616 --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 71d4b9ceca..3ceac65da0 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2643,7 +2643,7 @@ class OutputPage { $scripts .= $this->makeResourceLoaderLink( $sk, $this->getModuleScripts( true, 'bottom' ), ResourceLoaderModule::TYPE_SCRIPTS ); // Modules requests - let the client calculate dependencies and batch requests as it likes - // Only load modules that have marked themselves for loading at the top + // Only load modules that have marked themselves for loading at the bottom $modules = $this->getModules( true, 'bottom' ); if ( $modules ) { $scripts .= Html::inlineScript(