Skip to content

Commit

Permalink
Ignore culture adding event properties, refs #9459
Browse files Browse the repository at this point in the history
  • Loading branch information
jraddaoui committed Mar 2, 2016
1 parent c3708a8 commit 0bd2114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/QubitFlatfileImport.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ public function createOrUpdateEvent($typeId, $options = array())
}

$allowedProperties = array('date', 'description', 'startDate', 'endDate', 'typeId');
$ignoreOptions = array('actorName', 'actorHistory', 'place');
$ignoreOptions = array('actorName', 'actorHistory', 'place', 'culture');

$this->setPropertiesFromArray($event, $options, $allowedProperties, $ignoreOptions);

Expand Down

0 comments on commit 0bd2114

Please sign in to comment.