getkirby-v2 / toolkit

This is the deprecated toolkit for Kirby v2.
http://getkirby.com
81 stars 50 forks source link

Return collection if sortBy args are empty #114

Closed iksi closed 8 years ago

iksi commented 8 years ago

Ran into an issue where for instance no sort parameters are passed by $page->hasPrevVisible() which resulted into the following error: Warning: array_multisort(): Array sizes are inconsistent.

bastianallgeier commented 8 years ago

I fixed this in the meantime on the develop branch.