From: Roan Kattouw Date: Mon, 8 Nov 2010 11:07:05 +0000 (+0000) Subject: Per r76250, actually use the $skin parameter in makeResourceLoaderLink() X-Git-Tag: 1.31.0-rc.0~33998 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=4bc17823da5177cc47b374657298df40eabe17ef;p=lhc%2Fweb%2Fwiklou.git Per r76250, actually use the $skin parameter in makeResourceLoaderLink() --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index beba6fdaa7..f6c7a3fade 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2314,7 +2314,7 @@ class OutputPage { $query = array( 'lang' => $wgLang->getCode(), 'debug' => ResourceLoader::inDebugMode() ? 'true' : 'false', - 'skin' => $wgUser->getSkin()->getSkinName(), + 'skin' => $skin->getSkinName(), 'only' => $only, );