diff --git a/api/js/egw_action/egw_action_common.js b/api/js/egw_action/egw_action_common.js index 8c87b02386..ac8d7cccb7 100644 --- a/api/js/egw_action/egw_action_common.js +++ b/api/js/egw_action/egw_action_common.js @@ -371,7 +371,7 @@ egwFnct.prototype.setValue = function(_value) { this.fnct = function() { - return egw.applyFunc(_value.substring(11), arguments, this); + return egw.applyFunc(_value.substring(11), arguments); } } else if (this.acceptedTypes.indexOf(typeof _value) >= 0)