forked from extern/egroupware
need to add mail translation to get translated action
This commit is contained in:
parent
cfba607048
commit
f4f6fba2c4
@ -41,6 +41,8 @@ class mail_hooks
|
|||||||
|
|
||||||
if ($have_imap_admin_and_sieve) // add action to set vacation notice for a user
|
if ($have_imap_admin_and_sieve) // add action to set vacation notice for a user
|
||||||
{
|
{
|
||||||
|
translation::add_app('mail');
|
||||||
|
|
||||||
$user_actions[] = array (
|
$user_actions[] = array (
|
||||||
'id' => 'mail_vacation',
|
'id' => 'mail_vacation',
|
||||||
'caption' => 'Vacation notice',
|
'caption' => 'Vacation notice',
|
||||||
|
Loading…
Reference in New Issue
Block a user