From 7bdfd123e92270925f41ada96520e84cb84a2f0f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Oct 2010 19:10:57 +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 343eb94b..23c644d4 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.errorMsg ? res.errorMsg : "Error Sending"); + Roo.MessageBox.alert("Error", res && res.errorMsg ? decode.errorMsg : "Error Sending data"); return; } Roo.callback(options.success, options.scope, [res, options]); -- 2.39.2