From 3e3c61b06f49419e2163561bd299c600f3c7b37d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 13 Sep 2010 12:54:41 +0800 Subject: [PATCH] Pman.Request.js --- Pman.Request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Request.js b/Pman.Request.js index fc29e728..e91c5134 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -73,7 +73,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, { Roo.MessageBox.alert("Error", res.errorMsg ? res.errorMsg : "Error Sending"); return; } - Roo.callback(options.success, options.scope, [res.data, options]); + Roo.callback(options.success, options.scope, [res, options]); }, handleFailure : function(response, e){ -- 2.39.2