Steffen
Well-known member
- Affected version
- 2.0.0
A minor issue: The importer creates an "avatar_date" entry in "xf_change_log" for every imported avatar (old value 0, new value \XF::$time). I don't think this makes any sense because the avatar isn't more special than the other user properties. Would it be easy to fix this?
The installer runs the following code in XF\Install\Helper.php:
Maybe this code should be added to the importer if it is run with "retain IDs" enabled?
The installer runs the following code in XF\Install\Helper.php:
PHP:
// we trigger some user changes here -- simplest to just clear this out
$this->app->db()->emptyTable('xf_change_log');
Maybe this code should be added to the importer if it is run with "retain IDs" enabled?
Last edited: