the touch function call won't create a wanrning anymore in install.php

This commit is contained in:
Andre Lorbach 2008-09-29 15:52:51 +02:00
parent b295e33bed
commit b7bfbf5e42

View File

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