diff --git a/o2web/source/x_component_process_Xform/$Input.js b/o2web/source/x_component_process_Xform/$Input.js index 0f4824906b865647bcad7ccff6e91d4002fc55b5..4952f4d76e47715ef87a37792f6f3c2b1172ec20 100644 --- a/o2web/source/x_component_process_Xform/$Input.js +++ b/o2web/source/x_component_process_Xform/$Input.js @@ -285,7 +285,7 @@ MWF.xApplication.process.Xform.$Input = MWF.APP$Input = new Class({ // this.moduleValueAG = null; // }.bind(this)); // }else{ - if (o2.typeOf(value.then)=="function"){ + if (o2.typeOf(data.then)=="function"){ var p = o2.promiseAll(data).then(function(v){ this.__setValue(v); }.bind(this));