From: Trevor Parscal Date: Fri, 10 Sep 2010 20:57:05 +0000 (+0000) Subject: Fixed remanant of when the site module was called sitejs X-Git-Tag: 1.31.0-rc.0~35034 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=32e5e984ff0f180cf4c2a0690e0a70ad45749c82;p=lhc%2Fweb%2Fwiklou.git Fixed remanant of when the site module was called sitejs --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index d91fb3f8f0..0d8088857c 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -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;