mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-25 07:41:30 +00:00
[Web] Merge same notification types
This commit is contained in:
@@ -436,7 +436,7 @@ function alertbox_log_parser($_data){
|
||||
else {
|
||||
$msg = $return['msg'];
|
||||
}
|
||||
$log_array[] = array('msg' => json_encode($msg), 'type' => json_encode($type));
|
||||
$log_array[] = array('msg' => $msg, 'type' => json_encode($type));
|
||||
}
|
||||
if (!empty($log_array)) {
|
||||
return $log_array;
|
||||
|
||||
Reference in New Issue
Block a user