tapestry-cloud / tapestry

PHP static site generator using the plates template system
https://www.tapestry.cloud/
MIT License
32 stars 1 forks source link

Pagination doesn't get mutated if collection is empty #307

Open carbontwelve opened 6 years ago

carbontwelve commented 6 years ago

If the list being passed to a Paginator is empty then the $pagination property passed to the view is identical to the config in the files front matter.

It should be an instance of Pagination no matter what, even if it only has an empty items array.