nuvoleweb / integration

This project allows a content Producer to share its content with multiple Consumers using a shared Backend.
https://www.drupal.org/project/integration
6 stars 3 forks source link

FileSystemBackend create method can fail since mkdir is not recursive #11

Closed jfhovinne closed 8 years ago

jfhovinne commented 8 years ago

In the FileSystemBackend create function, mkdir should be recursive so it can create the whole path if some directories do not exist (as in mkdir -p).

PR will follow.

ademarco commented 8 years ago

Thanks, merged in!