Fixed remanant of when the site module was called sitejs
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 10 Sep 2010 20:57:05 +0000 (20:57 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 10 Sep 2010 20:57:05 +0000 (20:57 +0000)
includes/OutputPage.php

index d91fb3f..0d80888 100644 (file)
@@ -2368,7 +2368,7 @@ class OutputPage {
                
                // Add site JS if enabled
                if ( $wgUseSiteJs ) {
-                       $scripts .= self::makeResourceLoaderLink( $sk, 'sitejs', 'scripts' );
+                       $scripts .= self::makeResourceLoaderLink( $sk, 'site', 'scripts' );
                }
                
                return $scripts;