Commit c80122c4 authored by 陈家荣's avatar 陈家荣

111

parent 854e4cd3
......@@ -100,7 +100,7 @@ exports.checkLimitAction=function() {
result : flag,
code : limit_action.limit_action_type
}
req.session.mobileForumUser.limit_action.push(obj);
req.session.mobileForumUser.limit_actions.push(obj);
}
next(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