Pman.Request.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 13 Sep 2010 04:54:41 +0000 (12:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 13 Sep 2010 04:54:41 +0000 (12:54 +0800)
Pman.Request.js

index fc29e72..e91c513 100644 (file)
@@ -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){