Merge branch 'hotfixes/hotfix-export-thanato-stat' into staging
This commit is contained in:
commit
7e47c398ba
@ -70,7 +70,7 @@ class ExportThanatoStatisticService {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
$exportData = $this->gestionBdd->getExportThanatoStatisticData($thanatoId,$month,$year);
|
$exportData = $this->gestionBdd->getExportThanatoStatisticData($thanatoId,$month,$year);
|
||||||
if($exportData){
|
if(empty($exportData)){
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
$defaultConfig = json_decode($this->gestionBdd->getConfiguration(BddConstant::DEFAULT_ADMIN_ID_NEXTCLOUD));
|
$defaultConfig = json_decode($this->gestionBdd->getConfiguration(BddConstant::DEFAULT_ADMIN_ID_NEXTCLOUD));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user