diff --git a/o2web/source/o2_core/o2/xAction/services/x_mind_assemble_control.js b/o2web/source/o2_core/o2/xAction/services/x_mind_assemble_control.js index 266969b5656426cc87dad5b6517f800610b66abe..65be5cd5fdbbfe0f9461d8812ee1a0927d0cee9d 100644 --- a/o2web/source/o2_core/o2/xAction/services/x_mind_assemble_control.js +++ b/o2web/source/o2_core/o2/xAction/services/x_mind_assemble_control.js @@ -20,6 +20,7 @@ MWF.xApplication.Minder.Actions.RestActions2 = new Class({ } }); } + if( !this.address )this.getAddress(); uri = this.address+uri; var async = (option.async===false) ? false : true;