Merged in bugfix/HOR-4914 (pull request #6659)

HOR-4914

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Roly
2018-10-16 19:22:15 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -195,7 +195,7 @@ abstract class Importer
} catch (\Exception $e) { } catch (\Exception $e) {
throw $e; throw $e;
} }
$this->removeProject(true); $this->removeProject(false);
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/
} else { } else {
$granularObj = new \ProcessMaker\BusinessModel\Migrator\GranularImporter(); $granularObj = new \ProcessMaker\BusinessModel\Migrator\GranularImporter();