X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=profile.js;fp=profile.js;h=5dfa9039da8d7a63630c8d6d226ff9940cecad71;hb=7f49353b9dc73cf56467c9bf1e69fb021e8d7df3;hp=c0b190e6ffe0da59a4bced5085650e1f2ab0d413;hpb=dae1e7941a88115304fa798b6de458c8f81c7af7;p=webchat%2FWebChat.git diff --git a/profile.js b/profile.js index c0b190e..5dfa903 100644 --- a/profile.js +++ b/profile.js @@ -196,7 +196,7 @@ function edit_postproc(req, res) var validator = new Validator(); if(validator.Validate(req.body,config.alias)) { - RenderMessage(validator.Message,req.session.items); + RenderMessage(res,validator.Message,req.session.items); return; } async.waterfall([