Fixed Tiny importer issue

Robbo

Well-known member
The addition of retaining keys isn't backwards compatible and when creating your own importer the config array must define a retain_keys key otherwise it will error due to line 63 in XenForo_ControllerAdmin_Import. Could you change that to if (!empty($config['retain_keys'])... instead? In other areas it uses the empty call instead as well.
 
Top Bottom