hot fix export thanato stat
This commit is contained in:
parent
9ce8583d85
commit
c3d09507b9
@ -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