r75874 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75873‎ | r75874 | r75875 >
Date:20:26, 2 November 2010
Author:demon
Status:ok
Tags:
Comment:
Fixup r75858, copy+paste error
Modified paths:
  • /trunk/phase3/includes/installer/LocalSettingsGenerator.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php
@@ -128,7 +128,7 @@
129129 * @param $fileName String Full path to filename to write to
130130 */
131131 public function writeFile( $fileName ) {
132 - file_put_contents( $fileName, $ls->getText() );
 132+ file_put_contents( $fileName, $this->getText() );
133133 }
134134
135135 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75858Followup r70207, make path for LocalSettings.php configurabledemon17:11, 2 November 2010

Status & tagging log