From 06e28fa203c60398bc3d521013a9d1f467749fcc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Oct 2010 19:15:24 +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 23c644d4..1fb5107a 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -86,7 +86,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, { } } Roo.MessageBox.hide(); // hide any existing messages.. - Roo.MessageBox.alert("Error", res && res.errorMsg ? decode.errorMsg : "Error Sending data"); + Roo.MessageBox.alert("Error", res && res.errorMsg ? res.errorMsg : "Error Sending data"); return; } Roo.callback(options.success, options.scope, [res, options]); -- 2.39.2