From 422a7e80b10a2dc3a15770f32571c6c0e53cf1a5 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 2 Nov 2010 20:26:43 +0000 Subject: [PATCH] Fixup r75858, copy+paste error --- includes/installer/LocalSettingsGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 08df2b75ad..bd7ead8c9c 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -128,7 +128,7 @@ class LocalSettingsGenerator { * @param $fileName String Full path to filename to write to */ public function writeFile( $fileName ) { - file_put_contents( $fileName, $ls->getText() ); + file_put_contents( $fileName, $this->getText() ); } /** -- 2.20.1