netgen / ezpublish-kernel

eZ Publish API and kernel. This is the heart of eZ Publish 5. This is a v2014.11 kernel, maintained for bugfixes by Netgen.
https://netgen.io
Other
8 stars 18 forks source link

Fix EZP-23518: Clearing image aliases with Symfony console with --purge #43

Closed alymdrictels closed 7 years ago

alymdrictels commented 7 years ago

...option results in PHP warnings.

Calling contentService->deleteContent on a contentInfo referring to a value object containing image fields fails, because eventually pathinfo is called on a BinaryFile object instead of an url.

emodric commented 7 years ago

Thanks @alymdrictels 👍