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 @@
162
162
if ( !is_null( $deps ) ) {
163
163
return $this->fileDeps[$skin] = (array) FormatJson::decode( $deps, true );
164
164
}
165
- return array();
165
+ return $this->fileDeps[$skin] = array();
166
166
}
167
167
168
168
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r73645
Improved the performance of ResourceLoader by pre-loading module information ...
tparscal
21:23, 23 September 2010
Status & tagging log
23:13, 24 September 2010
Trevor Parscal (WMF)
(
talk
|
contribs
)
changed the
status
of r73671
[
removed:
new
added:
ok]