mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix error with empty yield
This commit is contained in:
parent
9d18581db1
commit
2cf948192c
@ -379,7 +379,8 @@ class ExportManager
|
||||
public function &getAggregatorsApplyingOn(ExportInterface $export, array $centers = null)
|
||||
{
|
||||
if ($export instanceof ListInterface) {
|
||||
return array();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
foreach ($this->aggregators as $alias => $aggregator) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user