r78934 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78933‎ | r78934 | r78935 >
Date:23:28, 23 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Followup r78933: reapply r78802
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78802Followup r78023, change usage of $style to $styles, not introduced in this re...reedy16:16, 22 December 2010
r78933Revert r78023 and its follow-up r78802: change seems to have been made for so...catrope23:26, 23 December 2010

Status & tagging log