mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-20 03:11:57 +01:00
closes #6857
This commit is contained in:
@@ -71,6 +71,7 @@ recentController.getData = function (req, url, sort, callback) {
|
||||
filter: filter,
|
||||
term: term,
|
||||
sort: sort,
|
||||
query: req.query,
|
||||
}, next);
|
||||
},
|
||||
function (data, next) {
|
||||
|
||||
Reference in New Issue
Block a user