From: Roan Kattouw Date: Thu, 23 Dec 2010 23:28:12 +0000 (+0000) Subject: Followup r78933: reapply r78802 X-Git-Tag: 1.31.0-rc.0~33128 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=2919e5928196aeec8dd5990bc5a06051b959a280;p=lhc%2Fweb%2Fwiklou.git Followup r78933: reapply r78802 --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 247e0f0455..fa8d38d17d 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2577,7 +2577,7 @@ class OutputPage { $group = $resourceLoader->getModule( $name )->getGroup(); // Modules in groups named "other" or anything different than "user" or "site" will // be placed in the "other" group - $styles[isset( $style[$group] ) ? $group : 'other'][] = $name; + $styles[isset( $styles[$group] ) ? $group : 'other'][] = $name; } // Add styles to tags, user modules last $tags[] = $this->makeResourceLoaderLink(