V-labs / VlabsMediaBundle

Form, database and filesystem abstraction for files
44 stars 18 forks source link

paths separation #22

Closed gregsparrow closed 10 years ago

gregsparrow commented 10 years ago

Path separation for different entities. If we have two instance of class marked to remove on one flush, all paths collected on preRemove stage would be deleted in first occurance. Next iteration would throw exception because all files already deleted.

choomz commented 10 years ago

Hi,

Thanks for this fix. Can you please correct the reviews before merge ?

Regards

gregsparrow commented 10 years ago

Done