Index: trunk/phase3/includes/installer/DatabaseUpdater.php |
— | — | @@ -94,9 +94,7 @@ |
95 | 95 | * Before 1.17, we used to handle updates via stuff like $wgUpdates, |
96 | 96 | * $wgExtNewTables/Fields/Indexes. This is nasty :) We refactored a lot |
97 | 97 | * of this in 1.17 but we want to remain back-compatible for awhile. So |
98 | | - * load up these old global-based things into our update list. We can't |
99 | | - * version these like we do with our core updates, so they have to go |
100 | | - * in 'always' |
| 98 | + * load up these old global-based things into our update list. |
101 | 99 | */ |
102 | 100 | protected function getOldGlobalUpdates() { |
103 | 101 | global $wgUpdates, $wgExtNewFields, $wgExtNewTables, |