it's related about the 5988 bug
This commit is contained in:
@@ -321,7 +321,7 @@
|
||||
}
|
||||
//END: If there is a Break Step registered from Plugin
|
||||
|
||||
$sFilename = ereg_replace('[^A-Za-z0-9_]', '_', G::replaceDataField($aOD['OUT_DOC_FILENAME'], $Fields['APP_DATA']));
|
||||
$sFilename = preg_replace('[^A-Za-z0-9_]', '_', G::replaceDataField($aOD['OUT_DOC_FILENAME'], $Fields['APP_DATA']));
|
||||
if ( $sFilename == '' ) $sFilename='_';
|
||||
$pathOutput = PATH_DOCUMENT . $_SESSION['APPLICATION'] . PATH_SEP . 'outdocs'. PATH_SEP ;
|
||||
G::mk_dir ( $pathOutput );
|
||||
|
||||
Reference in New Issue
Block a user