r72312 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72311‎ | r72312 | r72313 >
Date:21:14, 3 September 2010
Author:demon
Status:ok
Tags:
Comment:
Comment fix
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseUpdater.php
@@ -94,9 +94,7 @@
9595 * Before 1.17, we used to handle updates via stuff like $wgUpdates,
9696 * $wgExtNewTables/Fields/Indexes. This is nasty :) We refactored a lot
9797 * 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.
10199 */
102100 protected function getOldGlobalUpdates() {
103101 global $wgUpdates, $wgExtNewFields, $wgExtNewTables,

Status & tagging log