Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php |
— | — | @@ -128,7 +128,7 @@ |
129 | 129 | * @param $fileName String Full path to filename to write to |
130 | 130 | */ |
131 | 131 | public function writeFile( $fileName ) { |
132 | | - file_put_contents( $fileName, $ls->getText() ); |
| 132 | + file_put_contents( $fileName, $this->getText() ); |
133 | 133 | } |
134 | 134 | |
135 | 135 | /** |