weblog module does not handle prev and next posts correctly
Bug #322829 reported by
Leonard Smith
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Exponent Content Management System |
Fix Committed
|
Low
|
mgood |
Bug Description
Seems to be a problem with the way view.php queries the DB. Have an instance where it always pulls the same post for the prev post option no matter where you are in the blog.
Related branches
To post a comment you must log in.
The db query would always pick the very first post as the "previous" post. There was also a problem with "logged_in" being passed to the views. Both problems corrected.