Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -2577,7 +2577,7 @@ |
2578 | 2578 | $group = $resourceLoader->getModule( $name )->getGroup(); |
2579 | 2579 | // Modules in groups named "other" or anything different than "user" or "site" will |
2580 | 2580 | // be placed in the "other" group |
2581 | | - $styles[isset( $style[$group] ) ? $group : 'other'][] = $name; |
| 2581 | + $styles[isset( $styles[$group] ) ? $group : 'other'][] = $name; |
2582 | 2582 | } |
2583 | 2583 | // Add styles to tags, user modules last |
2584 | 2584 | $tags[] = $this->makeResourceLoaderLink( |