r102788 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102787‎ | r102788 | r102789 >
Date:15:15, 11 November 2011
Author:catrope
Status:ok
Tags:
Comment:
[RL2] Remove obsolete TODO, was fixed in r101628
Modified paths:
  • /branches/RL2/extensions/Gadgets/backend/GadgetResourceLoaderModule.php (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/backend/GadgetResourceLoaderModule.php
@@ -17,7 +17,7 @@
1818 * @param $messages Array: Keys of the i18n messages that this module needs
1919 * @param $source String: Name of the source of this module, as defined in ResourceLoader
2020 * @param $definitiontimestamp String: Last modification timestamp of the gadget metadata
21 - * @param $db Database: Remote database object // TODO: How will this work for ForeignAPIGadgetRepo?
 21+ * @param $db Database|null: Remote database object
2222 */
2323 public function __construct( $pages, $dependencies, $messages, $source, $definitiontimestamp, $db ) {
2424 $this->pages = $pages;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101628Allow overrides of ResourceLoaderWikiModule::getDB() (introduced in r93760) t...catrope15:04, 2 November 2011

Status & tagging log