From 8bcb90fcd05970afcfc38faabaab15bd20022d7e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Aug 2012 00:28:04 +0200 Subject: [PATCH] Fix: syntax error --- htdocs/install/etape1.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/etape1.php b/htdocs/install/etape1.php index 7b225c137ad..1f9681ed89f 100644 --- a/htdocs/install/etape1.php +++ b/htdocs/install/etape1.php @@ -724,7 +724,7 @@ function write_main_file($mainfile,$main_dir) clearstatcache(); fputs($fp, ''); fclose($fp); } @@ -746,7 +746,7 @@ function write_master_file($masterfile,$main_dir) clearstatcache(); fputs($fp, ''); fclose($fp); }