This commit is contained in:
Paula V. Quispe
2016-05-04 16:34:40 -04:00
parent 8e20cfb4c9
commit 045e02c784
2 changed files with 14 additions and 14 deletions

View File

@@ -4213,6 +4213,7 @@ class Processes
$filesManager = new \ProcessMaker\BusinessModel\FilesManager();
foreach ($arrayData as $value) {
$value['PRF_PATH'] = str_replace("\\","/" , $value['PRF_PATH']);
$filesManager->addProcessFilesManagerInDb($value);
}
} catch (Exception $e) {