Pman.Request.js
[Pman.Core] / Pman.Request.js
index 5ec24aa..9723fa6 100644 (file)
@@ -111,7 +111,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, {
                 return;
             }
             
-            if(!this.showFailtureDialog){
+            if(this.showFailtureDialog){
                 Roo.MessageBox.alert("Error", decode && decode.errorMsg ?  decode.errorMsg : "Error Sending data");
             }