Fixed issue with EntityImported that was caused by the changes to PartNormalizer

We now have a possibility to skip API Platforms serializer subsystem
This commit is contained in:
Jan Böhmer 2024-03-03 20:24:02 +01:00
parent 42e604245c
commit 33e36f3d2b
3 changed files with 100 additions and 3 deletions

View file

@ -119,10 +119,9 @@ class FileTypeFilterTools
//Convert jpg to .jpg
$element = '.'.$element;
}
//Prevent weird side effects
unset($element);
}
//Prevent weird side effects
unset($element);
$elements = array_unique($elements);