Ticket #156 (closed defect: fixed)
Pagination is not working
| Reported by: | Mark Summerville (mark (dot) summerville (at) zoom (dot) co.uk | Owned by: | mike |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | General | Version: | 1.0b3 |
| Severity: | major | Keywords: | pagination |
| Cc: |
Description
plogger_pagination_control() calls
plogger_collection_album_count() and plogger_album_picture_count()
Each of these do not work correctly as
$GLOBALS["current_collection"]
and
$GLOBALS["current_album"]are not set respectively.
I think they are not set as these methods are intended to be run in the album and collection loops, and the pagination call has not been considered.
Change History
Note: See
TracTickets for help on using
tickets.
