Pman.Dialog.CoreAutoSavePreview.bjs
[Pman.Core] / Pman.Dialog.CoreAutoSavePreview.js
index 56fc947..7e082ea 100644 (file)
@@ -224,7 +224,7 @@ Pman.Dialog.CoreAutoSavePreview = {
                             _this.dialog.hide();
                             
                             if (_this.callback) {
-                                _this.callback.call(this, act.result.data);
+                                _this.callback.call(this, _this.source);
                             }
                         }
                     },