From: Chad Horohoe Date: Fri, 3 Sep 2010 21:14:52 +0000 (+0000) Subject: Comment fix X-Git-Tag: 1.31.0-rc.0~35192 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=a5d1c34117957500820e363eee1978d027f3a803;p=lhc%2Fweb%2Fwiklou.git Comment fix --- diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index 0dc50b1b5c..9b9f67f60f 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -94,9 +94,7 @@ abstract class DatabaseUpdater { * Before 1.17, we used to handle updates via stuff like $wgUpdates, * $wgExtNewTables/Fields/Indexes. This is nasty :) We refactored a lot * of this in 1.17 but we want to remain back-compatible for awhile. So - * load up these old global-based things into our update list. We can't - * version these like we do with our core updates, so they have to go - * in 'always' + * load up these old global-based things into our update list. */ protected function getOldGlobalUpdates() { global $wgUpdates, $wgExtNewFields, $wgExtNewTables,