From db404defe925d3896f26e73db4ad3686b91a7bf8 Mon Sep 17 00:00:00 2001 From: shish Date: Wed, 19 Dec 2007 10:40:36 +0000 Subject: [PATCH] stable too git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@667 7f39781d-f577-437e-ae19-be835c7a54ca --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index e4cbe703..ac9737bd 100644 --- a/install.php +++ b/install.php @@ -201,7 +201,7 @@ function build_dirs() { // {{{ } } // }}} function write_config($dsn) { // {{{ - $file_content .= ""; + $file_content = ""; if(is_writable("./") && installer_write_file("config.php", $file_content)) { assert(file_exists("config.php"));