mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
src: style
This commit is contained in:
parent
e14cb5c415
commit
2862db60b3
@ -97,7 +97,7 @@ class SystemController extends ApiControllerBase
|
||||
}
|
||||
|
||||
/* Sort on the highest notification (not banner) error level after the ACL check */
|
||||
$filteredStatuses = array_filter($statuses, function($item) {
|
||||
$filteredStatuses = array_filter($statuses, function ($item) {
|
||||
return !$item['isBanner'];
|
||||
});
|
||||
$statusCodes = array_column($filteredStatuses, 'statusCode');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user