From f580a8f9222ba8142cf5abcc843e415c248d5f7c Mon Sep 17 00:00:00 2001 From: shish Date: Wed, 19 Dec 2007 10:39:44 +0000 Subject: [PATCH] no need to append git-svn-id: file:///home/shish/svn/shimmie2/trunk@666 7f39781d-f577-437e-ae19-be835c7a54ca --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 378fc488..780ba075 100644 --- a/install.php +++ b/install.php @@ -214,7 +214,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"));