r73671 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73670‎ | r73671 | r73672 >
Date:18:16, 24 September 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix r73645: also do negative caching
Modified paths:
  • /trunk/phase3/includes/ResourceLoaderModule.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ResourceLoaderModule.php
@@ -161,7 +161,7 @@
162162 if ( !is_null( $deps ) ) {
163163 return $this->fileDeps[$skin] = (array) FormatJson::decode( $deps, true );
164164 }
165 - return array();
 165+ return $this->fileDeps[$skin] = array();
166166 }
167167
168168 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73645Improved the performance of ResourceLoader by pre-loading module information ...tparscal21:23, 23 September 2010

Status & tagging log