diff --git a/plugins/kolab_delegation/kolab_delegation.js b/plugins/kolab_delegation/kolab_delegation.js index cdde2836..652427a2 100644 --- a/plugins/kolab_delegation/kolab_delegation.js +++ b/plugins/kolab_delegation/kolab_delegation.js @@ -269,7 +269,7 @@ rcube_webmail.prototype.calendar_event_init = function(data, type) var folder = data.o[type == 'calendar' ? 'calendar' : 'list'] // set identity for delegator context - this.env[type + '_settings'].identity = this.calendar_folder_delegator(folder); + this.env[type + '_settings'].identity = this.calendar_folder_delegator(folder, type); }; // returns delegator's identity data according to selected calendar/tasks folder