wrong items paging
hi,
i have noticed that something is wrong while scrolling down to load the next page of items. it's just reloading the items of the first page.
after a little code review (in my humble opinion) i think there's a bug in daos\mysql\Items.php "public function get", that cause "$options['offset']" to not get updated with the real offset (so it always loading the same items again and again).
1. has it happened to anyone else?
2. does someone can publish a solution for that problem?
thank you.