Fix copypaste fail in r85616
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 7 Apr 2011 13:14:33 +0000 (13:14 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 7 Apr 2011 13:14:33 +0000 (13:14 +0000)
includes/OutputPage.php

index 71d4b9c..3ceac65 100644 (file)
@@ -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(