mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 00:24:59 +00:00
Fixed: [export][acp][group by scope] Fixed bug when no referrer or no scope for a referrer
This commit is contained in:
@@ -101,7 +101,7 @@ class ReferrerScopeAggregator implements AggregatorInterface
|
|||||||
return 'export.aggregator.course.by_user_scope.Referrer\'s scope';
|
return 'export.aggregator.course.by_user_scope.Referrer\'s scope';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (null === $value) {
|
if (null === $value || '' === $value) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user