From: Alexandre Emsenhuber Date: Wed, 10 Nov 2010 14:41:46 +0000 (+0000) Subject: Quick fix: @fixme doesn't exist on doxygen ;) X-Git-Tag: 1.31.0-rc.0~33946 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=e1b3491b92962e92ed996e2878382a2a755dc00b;p=lhc%2Fweb%2Fwiklou.git Quick fix: @fixme doesn't exist on doxygen ;) --- 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;