mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-26 11:35:55 +00:00
[Web] Return json array when mailq empty, fixes #3738
This commit is contained in:
parent
013b3f88da
commit
8a296e90c3
2 changed files with 2 additions and 2 deletions
|
|
@ -370,7 +370,7 @@ if (isset($_SESSION['mailcow_cc_role']) || isset($_SESSION['pending_mailcow_cc_u
|
|||
echo $mailq;
|
||||
}
|
||||
else {
|
||||
echo '{}';
|
||||
echo '[]';
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue