From a5d1c34117957500820e363eee1978d027f3a803 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 3 Sep 2010 21:14:52 +0000 Subject: [PATCH] Comment fix --- includes/installer/DatabaseUpdater.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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, -- 2.20.1