mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Fixed: handle null value in SentReceivedAggregator
This commit is contained in:
@@ -48,6 +48,9 @@ class SentReceivedAggregator implements AggregatorInterface
|
||||
}
|
||||
|
||||
switch ($value) {
|
||||
case null:
|
||||
return '';
|
||||
|
||||
case 'sent':
|
||||
return 'is sent';
|
||||
|
||||
|
Reference in New Issue
Block a user