From 7f49353b9dc73cf56467c9bf1e69fb021e8d7df3 Mon Sep 17 00:00:00 2001 From: konekoneko Date: Mon, 6 May 2013 17:24:10 +0900 Subject: [PATCH] =?utf8?q?=E7=B7=A8=E9=9B=86=E7=94=BB=E9=9D=A2=E3=81=A7?= =?utf8?q?=E3=83=90=E3=83=AA=E3=83=86=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3?= =?utf8?q?=E3=81=AB=E5=A4=B1=E6=95=97=E3=81=97=E3=81=9F=E5=A0=B4=E5=90=88?= =?utf8?q?=E3=80=81=E4=BE=8B=E5=A4=96=E3=81=8C=E8=A1=A8=E7=A4=BA=E3=81=95?= =?utf8?q?=E3=82=8C=E3=82=8B=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= =?utf8?q?=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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([ -- 2.11.0