r82534 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82533‎ | r82534 | r82535 >
Date:20:25, 20 February 2011
Author:catrope
Status:ok
Tags:
Comment:
Followup r82533: fix botched merge
Modified paths:
  • /branches/wmf/1.17wmf1/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/OutputPage.php
@@ -2386,6 +2386,7 @@
23872387 if ( ( $group === 'user' || $group === 'private' ) && $wgUser->isLoggedIn() ) {
23882388 $query['user'] = $wgUser->getName();
23892389 }
 2390+ $query['modules'] = implode( '|', array_keys( $modules ) );
23902391 // Support inlining of private modules if configured as such
23912392 if ( $group === 'private' && $wgResourceLoaderInlinePrivateModules ) {
23922393 $context = new ResourceLoaderContext( $resourceLoader, new FauxRequest( $query ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r825331.17wmf1: MFT r78893, r78897, r78909, r82404, r82408, r82409, r82453, r82456,...catrope20:13, 20 February 2011

Status & tagging log