Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix category browsing pagination
Bug introduced in 0773069.
  • Loading branch information
charmander committed Oct 1, 2020
1 parent cf6e824 commit dc8f3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weasyl/controllers/general.py
Expand Up @@ -89,8 +89,8 @@ def search_(request):
limit=66,
find=find,
cat=cat,
backid=backid,
nextid=nextid,
backid=define.get_int(backid),
nextid=define.get_int(nextid),
)

meta = {
Expand Down

0 comments on commit dc8f3ae

Please sign in to comment.