From: Alan Knowles Date: Mon, 13 Sep 2010 04:54:41 +0000 (+0800) Subject: Pman.Request.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3e3c61b06f49419e2163561bd299c600f3c7b37d Pman.Request.js --- 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){