Commit fc9c8313 authored by strong's avatar strong

Merge branch '0911_AboutMe' into SANDBOX

parents 87fe4b7e 4c4eff05
...@@ -26,7 +26,7 @@ exports.saveCommentLevel1=function(thread,commentLevel1){ ...@@ -26,7 +26,7 @@ exports.saveCommentLevel1=function(thread,commentLevel1){
var forumAboutMe=new ForumAboutMe({ var forumAboutMe=new ForumAboutMe({
ent_code:thread.ent_code, ent_code:thread.ent_code,
from:commentLevel1.from, from:commentLevel1.from,
to:commentLevel1.to, to:thread.from,
type:COMMENTLEVEL1_TYPE, type:COMMENTLEVEL1_TYPE,
thread:thread._id, thread:thread._id,
threadStatus:thread.status, threadStatus:thread.status,
......
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