From 765af8d6de6941e780eeeea79c8f2da237e23dc0 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 10 Mar 2009 04:37:11 +0000 Subject: [PATCH] =?UTF-8?q?captcha=20Javascript=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5823 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- addons/captcha/captcha.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/captcha/captcha.js b/addons/captcha/captcha.js index ea790f609..1814419f2 100644 --- a/addons/captcha/captcha.js +++ b/addons/captcha/captcha.js @@ -35,7 +35,7 @@ var calledArgs = null; captchaXE.exec= function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) { if(act == 'procBoardInsertDocument' || act == 'procBoardInsertComment' || act == 'procIssuetrackerInsertIssue' || act == 'procIssuetrackerInsertHistory') { oldExecXml('captcha','setCaptchaSession',new Array(),this.show,new Array('error','message','about','keyword')); - calledArgs = args; + calledArgs = {'module':module,'act':act,'params':params,'callback_func':callback_func,'response_tags':response_tags,'callback_func_arg':callback_func_arg,'fo_obj':fo_obj} return true; } else { oldExecXml(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj);