diff --git a/flextype/Entries.php b/flextype/Entries.php index df157a82..111cf305 100755 --- a/flextype/Entries.php +++ b/flextype/Entries.php @@ -41,7 +41,7 @@ class Entries */ public function fetch(string $id) { - $entry_file = Entries::_file_location($id); + $entry_file = $this->_file_location($id); if (Filesystem::has($entry_file)) {