diff --git a/src/flextype/Foundation/Entries/Entries.php b/src/flextype/Foundation/Entries/Entries.php index 73d75489..2a602127 100755 --- a/src/flextype/Foundation/Entries/Entries.php +++ b/src/flextype/Foundation/Entries/Entries.php @@ -166,7 +166,7 @@ class Entries } // Restore fetch id - $this->storage['fetch']['id'] = $id; + $this->storage['fetch']['id'] = $id; // Apply filter for fetch data $this->storage['fetch']['data'] = filter($data, $options);