apadap exporter to exposers refactor
This commit is contained in:
parent
2ef7ead374
commit
2035f047d4
|
@ -733,7 +733,7 @@ class Exporter extends CommunImportExport {
|
||||||
}
|
}
|
||||||
$this->mapping_accept[$method] = true;
|
$this->mapping_accept[$method] = true;
|
||||||
if($method == 'any') {
|
if($method == 'any') {
|
||||||
$Tainacan_Exposers = \Tainacan\Exposers_Handler::get_instance();
|
$Tainacan_Exposers = \Tainacan\Mappers_Handler::get_instance();
|
||||||
$metadatum_mappers = $Tainacan_Exposers->get_mappers();
|
$metadatum_mappers = $Tainacan_Exposers->get_mappers();
|
||||||
$this->mapping_list = $metadatum_mappers;
|
$this->mapping_list = $metadatum_mappers;
|
||||||
} else if(!empty($list)) {
|
} else if(!empty($list)) {
|
||||||
|
|
Loading…
Reference in New Issue