r98879 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98878‎ | r98879 | r98880 >
Date:18:08, 4 October 2011
Author:krinkle
Status:ok
Tags:
Comment:
[RL2] Comment edit (Follows-up r98878). Using string instead of blob, like loadDataFor says to avoid confusion
Modified paths:
  • /branches/RL2/extensions/Gadgets/backend/LocalGadgetRepo.php (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/backend/LocalGadgetRepo.php
@@ -7,7 +7,7 @@
88 * use $missCache instead. Values may be null, in which case only the gadget's
99 * existence is cached and the data must still be retrieved from memc or the DB.
1010 *
11 - * array( id => null|array( 'json' => JSON blob, 'timestamp' => timestamp ) )
 11+ * array( id => null|array( 'json' => JSON string, 'timestamp' => timestamp ) )
1212 */
1313 protected $data = array();
1414

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98878[RL2] Followup r96837, prevent requests for nonexistent modules from pollutin...catrope18:00, 4 October 2011

Status & tagging log