* fix error for pclzip.
This commit is contained in:
@@ -2670,7 +2670,7 @@
|
||||
}
|
||||
|
||||
// ----- Read the file content
|
||||
$v_content = @fread($v_file, $p_header['size']);
|
||||
$v_content = $p_header['size'] ? @fread($v_file, $p_header['size']) : '';
|
||||
|
||||
// ----- Close the file
|
||||
@fclose($v_file);
|
||||
|
||||
Reference in New Issue
Block a user