diff --git a/src/flextype/Entries.php b/src/flextype/Entries.php index 18388575..34bc6fd1 100755 --- a/src/flextype/Entries.php +++ b/src/flextype/Entries.php @@ -59,6 +59,10 @@ class Entries $this->registry = arrays(); $this->options = $options; $this->initFields(); + + filesystem() + ->directory(PATH['project'] . '/entries/' . $options['directory']) + ->ensureExists(0755, true); } /**