BUG 8530 Text changes solved

- has been modify texts required !
This commit is contained in:
Alvaro Campos
2012-04-16 11:59:07 -04:00
parent 0eced3887f
commit b666ccbbf9
6 changed files with 17 additions and 17 deletions

View File

@@ -2571,7 +2571,7 @@ class Processes {
throw ( new Exception ( 'Unable to read uploaded file, please check permissions. '));
if (! filesize($pmFilename) >= 9 )
throw ( new Exception ( 'Uploaded file is corrupted, please check the file before continue. '));
throw ( new Exception ( 'Uploaded file is corrupted, please check the file before continuing. '));
clearstatcache();
$fp = fopen( $pmFilename, "rb");
$fsData = intval( fread ( $fp, 9)); //reading the size of $oData