mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 23:06:07 +02:00
Revert "fix: make sort work with world filters"
This reverts commit cd8a91fe89.
This commit is contained in:
@@ -90,8 +90,6 @@ controller.list = async function (req, res) {
|
||||
}
|
||||
}
|
||||
|
||||
data.filter = req.params.filter || undefined;
|
||||
|
||||
const pageCount = Math.max(1, Math.ceil(data.topicCount / topicsPerPage));
|
||||
data.pagination = pagination.create(page, pageCount, req.query);
|
||||
helpers.addLinkTags({
|
||||
|
||||
Reference in New Issue
Block a user