mirror of
https://github.com/flextype/flextype.git
synced 2025-08-16 18:14:04 +02:00
feat(core): typo fix in Entries API
This commit is contained in:
@@ -472,6 +472,7 @@ class Entries
|
||||
$entry = $this->flextype['parser']->decode($body, 'frontmatter');
|
||||
return Filesystem::write($entry_file, $this->flextype['parser']->encode(array_merge($entry, $data), 'frontmatter'));
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user