mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 11:23:54 +01:00
Fix mail 'mark all as read' action no longer works
This commit is contained in:
parent
b13c1d97b4
commit
a1a46ab5b7
@ -2433,7 +2433,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
},
|
},
|
||||||
messageToDisplay,
|
messageToDisplay,
|
||||||
this.egw.lang("Confirm"),
|
this.egw.lang("Confirm"),
|
||||||
_action.id, buttons);
|
null, buttons);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user