From: Max Semenik Date: Sat, 24 Jul 2010 21:30:41 +0000 (+0000) Subject: Fix autoloader borkage (from Jeroen's refactoring?) X-Git-Tag: 1.31.0-rc.0~35964 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=20a509c735894fdf066e65a8e7123b8ee7b1f45f;p=lhc%2Fweb%2Fwiklou.git Fix autoloader borkage (from Jeroen's refactoring?) --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 77e174c58a..f3110b85f9 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -427,7 +427,7 @@ $wgAutoloadLocalClasses = array( 'MysqlUpdater' => 'includes/installer/MysqlUpdater.php', 'PostgresInstaller' => 'includes/installer/PostgresInstaller.php', 'SqliteInstaller' => 'includes/installer/SqliteInstaller.php', - 'SqliteUpdater' => 'includes/installer/SqliteUpdate.php', + 'SqliteUpdater' => 'includes/installer/SqliteUpdater.php', 'OracleInstaller' => 'includes/installer/OracleInstaller.php', 'OracleUpdater' => 'includes/installer/DatabaseUpdater.php', 'Update' => 'includes/installer/Update.php',