mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-21 01:07:49 +00:00
[Web] Fix adding resources, fixes #1545
This commit is contained in:
parent
e352604a9b
commit
9cf8dab021
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ if (isset($_SESSION['mailcow_cc_role']) || isset($_SESSION['pending_mailcow_cc_u
|
|||
case "domain":
|
||||
process_add_return(mailbox('add', 'domain', $attr));
|
||||
break;
|
||||
case "domain":
|
||||
case "resource":
|
||||
process_add_return(mailbox('add', 'resource', $attr));
|
||||
break;
|
||||
case "alias":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue