From 2919e5928196aeec8dd5990bc5a06051b959a280 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 23 Dec 2010 23:28:12 +0000 Subject: [PATCH] Followup r78933: reapply r78802 --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.20.1