Fix an already reported bug against the group importing featurette.

This commit is contained in:
Gustavo Adolfo Cruz Laura
2016-03-31 09:37:56 -04:00
parent 4c01c1543d
commit c919eba3d7

View File

@@ -303,7 +303,7 @@ if (isset($_POST["PRO_FILENAME"]) &&
if (isset($_POST['objectsToImport']) && sizeof(G::json_decode($_POST['objectsToImport']))){
$objectsToImport = G::json_decode($_POST['objectsToImport']);
}
$prjUid = $importer->import($option, $optionGroup, null, $objectsToImport);
$prjUid = $importer->import($option, $optionGroup, false, $objectsToImport);
G::LoadClass( 'Process' );
$oProcess = new Process();