Fixed remanant of when the site module was called sitejs

This commit is contained in:
Trevor Parscal 2010-09-10 20:57:05 +00:00
parent 0b1b716504
commit 32e5e984ff

View 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;