r76442 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76441‎ | r76442 | r76443 >
Date:14:41, 10 November 2010
Author:ialex
Status:ok
Tags:
Comment:
Quick fix: @fixme doesn't exist on doxygen ;)
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseUpdater.php
@@ -41,7 +41,7 @@
4242 * @param $shared bool Whether to perform updates on shared tables
4343 * @param $maintenance Maintenance Maintenance object which created us
4444 *
45 - * @TODO @FIXME Make $wgDatabase go away.
 45+ * @todo FIXME: Make $wgDatabase go away.
4646 */
4747 protected function __construct( DatabaseBase &$db, $shared, Maintenance $maintenance = null ) {
4848 global $wgDatabase;

Status & tagging log