mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix not functioning spam action in preview toolbar
This commit is contained in:
parent
a1982abb92
commit
c4b78217fc
@ -5383,7 +5383,7 @@ app.classes.mail = AppJS.extend(
|
||||
if (_senders.length == 0)
|
||||
{
|
||||
var nm = this.et2.getWidgetById(this.nm_index);
|
||||
_senders[0]['id'] = nm.getSelection().ids[0];
|
||||
_senders = [{id:nm.getSelection().ids[0]}];
|
||||
}
|
||||
|
||||
for (var i in _senders)
|
||||
|
Loading…
Reference in New Issue
Block a user