r65859 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65858‎ | r65859 | r65860 >
Date:16:01, 3 May 2010
Author:avar
Status:ok
Tags:
Comment:
r65711 broke SqliteInstaller by moving the LocalSettings class without changing all references to it
Modified paths:
  • /branches/new-installer/phase3/includes/installer/SqliteInstaller.php (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/includes/installer/SqliteInstaller.php
@@ -157,7 +157,7 @@
158158 }
159159
160160 function getLocalSettings() {
161 - $dir = LocalSettings::escapePhpString( $this->getVar( 'wgSQLiteDataDir' ) );
 161+ $dir = LocalSettingsGenerator::escapePhpString( $this->getVar( 'wgSQLiteDataDir' ) );
162162 return
163163 "# SQLite-specific settings
164164 \$wgSQLiteDataDir = \"{$dir}\";";

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65711Move LocalSettings.php to LocalSettingsGenerator.php. Will undoubtably confus...demon19:37, 30 April 2010

Status & tagging log