diff --git a/src/flextype/app/Foundation/Entries/Entries.php b/src/flextype/app/Foundation/Entries/Entries.php index 3057288e..69f9eba0 100755 --- a/src/flextype/app/Foundation/Entries/Entries.php +++ b/src/flextype/app/Foundation/Entries/Entries.php @@ -100,7 +100,7 @@ class Entries public function fetch(string $path, bool $collection = false, $filter = []) : array { if ($collection) { - return $this->fetchCollection($path, $deep); + return $this->fetchCollection($path, $filter); } return $this->fetchSingle($path);