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']) )