From 9522a27d8be7742b879d7fa39b5b5ed99dae40f0 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 29 May 2019 01:06:45 +0300 Subject: [PATCH] Slim Framework integration #118 #117 - Entries: fixes and refactoring --- flextype/Entries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {