From 32e5e984ff0f180cf4c2a0690e0a70ad45749c82 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 10 Sep 2010 20:57:05 +0000 Subject: [PATCH] Fixed remanant of when the site module was called sitejs --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1