PMCORE-2149

This commit is contained in:
Paula Quispe
2020-09-29 12:53:41 -04:00
parent d5020bd2d4
commit 6ee66eb6bd

View File

@@ -98,6 +98,7 @@ abstract class Importer
//Verify data //Verify data
switch ($option) { switch ($option) {
case self::IMPORT_OPTION_CREATE_NEW: case self::IMPORT_OPTION_CREATE_NEW:
$keepCreateDate = true;
if ($this->targetExists()) { if ($this->targetExists()) {
throw new \Exception( throw new \Exception(
\G::LoadTranslation( \G::LoadTranslation(