Commit 4aa6ae29 authored by strong's avatar strong

Merge commit '79db3dc7' into SANDBOX

parents 91d2a66d 79db3dc7
......@@ -1247,6 +1247,8 @@ router.post('/thread/:tid/comment/:cid/slash', function(req, res, next) {
q1.status=1;
q1.$or=[{
recommend: 0
},{
recommend: 1
}, {
recommend: null
}];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment