Fixup r75858, copy+paste error
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 2 Nov 2010 20:26:43 +0000 (20:26 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 2 Nov 2010 20:26:43 +0000 (20:26 +0000)
includes/installer/LocalSettingsGenerator.php

index 08df2b7..bd7ead8 100644 (file)
@@ -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() );
        }
 
        /**