From b7bfbf5e42fbb78f3aef9142bd86107630b4da9c Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Mon, 29 Sep 2008 15:52:51 +0200 Subject: [PATCH] the touch function call won't create a wanrning anymore in install.php --- src/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.php b/src/install.php index a76bb84..794ff39 100644 --- a/src/install.php +++ b/src/install.php @@ -147,7 +147,7 @@ if ( $content['INSTALL_STEP'] == 2 ) if ( !is_file($content['fileperm'][$i]['FILE_NAME']) ) { // Try to create an empty file - touch($content['fileperm'][$i]['FILE_NAME']); + @touch($content['fileperm'][$i]['FILE_NAME']); } if ( is_file($content['fileperm'][$i]['FILE_NAME']) )