This bug was solved 5888, now you can download a process from brows library
This commit is contained in:
@@ -2370,7 +2370,7 @@ class Processes {
|
||||
$fp = fopen( $pmFilename, "rb");
|
||||
$fsData = intval( fread ( $fp, 9)); //reading the size of $oData
|
||||
$contents = '';
|
||||
$contents = fread( $fp, $fsData ); //reading string $oData
|
||||
$contents = @fread( $fp, $fsData ); //reading string $oData
|
||||
|
||||
if ($contents != '') {
|
||||
$oData = unserialize ($contents);
|
||||
@@ -3283,4 +3283,4 @@ class ObjectCellection{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user