Fixed Tiny importer issue

Discussion in 'Resolved Bug Reports' started by Robbo, Feb 12, 2012.

  1. 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.
  2. Mike XenForo Developer

    Changed as requested, cheers.
    Robbo likes this.

Share This Page