1
0
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:
Awilum
2020-02-27 17:33:13 +03:00
parent 74177c7e2a
commit 60c9a4ce7d

View File

@@ -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;
}