This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-10-16 11:37:43 -04:00
parent 16f6b81bd7
commit b9d043f4b9

View File

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