Skip to content
Snippets Groups Projects
Commit 464cb8fd authored by totten's avatar totten
Browse files

CRM-12647 - Fix misnamed variable

----------------------------------------
* CRM-12647: Customization export/import crashes on "&"
  http://issues.civicrm.org/jira/browse/CRM-12647
parent 54fe18bf
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ AND entity_id IS NULL
}
$keyValues['extends_entity_column_value_option_group'] = $key;
$types = explode(CRM_Core_DAO::VALUE_SEPARATOR, substr($object->$name, 1, -1));
$value = array();
$values = array();
foreach ($types as $type) {
$values[] = $this->_xml['optionValue']['map']["$key.{$type}"];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment