Pman.Request.js
[Pman.Core] / Pman.Request.js
index fcbeca0..85387d0 100644 (file)
@@ -85,7 +85,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, {
         var res = Roo.callback(options.failure, options.scope, [response, options]);
         if (res !== true) {
             Roo.MessageBox.hide(); // hide any existing messages..
-            Roo.MessageBox.alert("Error", res.errorMsg ? res.errorMsg : "Error Sending");
+            Roo.MessageBox.alert("Error", "Error Sending" + res);
         }
     }
 });
\ No newline at end of file