diff --git a/src/flextype/core/Entries/Entries.php b/src/flextype/core/Entries/Entries.php index 54ea3d5a..356fb2ab 100755 --- a/src/flextype/core/Entries/Entries.php +++ b/src/flextype/core/Entries/Entries.php @@ -76,6 +76,8 @@ class Entries */ public function __construct($options = null, $registry = null) { + filesystem()->directory(PATH['project'] . registry()->get('flextype.settings.entries.directory'))->ensureExists(0755, true); + $this->setRegistry($registry); $this->setOptions($options); $this->loadCollectionsEvents();