diff --git a/src/flextype/core/Entries/Entries.php b/src/flextype/core/Entries/Entries.php index c44e45e8..10d4dddf 100755 --- a/src/flextype/core/Entries/Entries.php +++ b/src/flextype/core/Entries/Entries.php @@ -474,7 +474,7 @@ class Entries } // Determine if collection exists - if (! $this->has($this->registry()->get('methods.fetch.params.id'))) { + if (! $this->has($this->registry()->get('methods.fetch.params.id')) && $this->registry()->get('methods.fetch.params.id') != '') { // Run event emitter()->emit('onEntriesFetchCollectionNoResult');