Skip to content

Commit

Permalink
Fix"Add" shortcut link in email address navigation (#1169)
Browse files Browse the repository at this point in the history
Seems to have changed when adding the domain-filter overview for email addresses, but not updated in the navigation.
  • Loading branch information
bashgeek authored Aug 13, 2023
1 parent 47be4b2 commit a7198f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/navigation/00.froxlor.main.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'url' => 'customer_email.php?page=emails',
'label' => lng('menue.email.emails'),
'required_resources' => 'emails',
'add_shortlink' => CurrentUser::canAddResource('emails') ? 'customer_email.php?page=emails&action=add' : null,
'add_shortlink' => CurrentUser::canAddResource('emails') ? 'customer_email.php?page=email_domain&action=add' : null,
],
[
'url' => Settings::Get('panel.webmail_url'),
Expand Down

0 comments on commit a7198f5

Please sign in to comment.