From e1b3491b92962e92ed996e2878382a2a755dc00b Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Wed, 10 Nov 2010 14:41:46 +0000 Subject: [PATCH] Quick fix: @fixme doesn't exist on doxygen ;) --- includes/installer/DatabaseUpdater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index f7f20d357e..4688e7b83a 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -41,7 +41,7 @@ abstract class DatabaseUpdater { * @param $shared bool Whether to perform updates on shared tables * @param $maintenance Maintenance Maintenance object which created us * - * @TODO @FIXME Make $wgDatabase go away. + * @todo FIXME: Make $wgDatabase go away. */ protected function __construct( DatabaseBase &$db, $shared, Maintenance $maintenance = null ) { global $wgDatabase; -- 2.20.1