Issue #3458901: Prevent from importing all taxonomies when only specific ones are selected
Closes #3458901 When selecting specific vocabularies for import, the Import option still imported all taxonomy terms. The original code copied the full taxonomy vocabulary configuration into an array and then just replaced the keys with the selected vocabularies — so the array remained unchanged at the end. I just initialized with an empty array.