1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-28 01:04:27 +00:00

[Web] Fix refresh SOGo view on mailbox deletion

This commit is contained in:
FreddleSpl0it
2026-06-11 09:55:32 +02:00
parent d455555621
commit 277a307fb9
-1
View File
@@ -6126,7 +6126,6 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
// Track affected mailboxes for SOGo update // Track affected mailboxes for SOGo update
$update_sogo_mailboxes[] = $username; $update_sogo_mailboxes[] = $username;
} }
return true;
break; break;
case 'mailbox_templates': case 'mailbox_templates':
if ($_SESSION['mailcow_cc_role'] != "admin") { if ($_SESSION['mailcow_cc_role'] != "admin") {