r69850 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69849‎ | r69850 | r69851 >
Date:21:30, 24 July 2010
Author:maxsem
Status:ok
Tags:
Comment:
Fix autoloader borkage (from Jeroen's refactoring?)
Modified paths:
  • /trunk/phase3/includes/AutoLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AutoLoader.php
@@ -427,7 +427,7 @@
428428 'MysqlUpdater' => 'includes/installer/MysqlUpdater.php',
429429 'PostgresInstaller' => 'includes/installer/PostgresInstaller.php',
430430 'SqliteInstaller' => 'includes/installer/SqliteInstaller.php',
431 - 'SqliteUpdater' => 'includes/installer/SqliteUpdate.php',
 431+ 'SqliteUpdater' => 'includes/installer/SqliteUpdater.php',
432432 'OracleInstaller' => 'includes/installer/OracleInstaller.php',
433433 'OracleUpdater' => 'includes/installer/DatabaseUpdater.php',
434434 'Update' => 'includes/installer/Update.php',

Status & tagging log