ImportRowModifier: sort settings

This commit is contained in:
Thomas Gelf 2018-10-04 06:53:55 +02:00
parent 4e42231291
commit 8d61fa6347
1 changed files with 1 additions and 0 deletions
library/Director/Objects

View File

@ -60,6 +60,7 @@ class ImportRowModifier extends DbObjectWithSettings
unset($properties['id']);
unset($properties['source_id']);
$properties['settings'] = (object) $this->getSettings();
ksort($properties);
return (object) $properties;
}