default data export

This commit is contained in:
Tiavina 2024-12-30 08:36:00 +03:00
parent 1c2381273e
commit d206955777

View File

@ -2559,9 +2559,6 @@ class PageController extends Controller {
return "";
}
$exportData = $this->myDb->getExportThanatoStatisticData($thanatoIdsToExport);
if(empty($exportData)){
return "";
}
try{
$current_config = json_decode($this->myDb->getConfiguration($this->idNextcloud));
$clean_folder = html_entity_decode($current_config[0]->path).'/';
@ -2597,9 +2594,6 @@ class PageController extends Controller {
return "";
}
$exportData = $this->myDb->getExportClientStatData($clientIdsToExport);
if(empty($exportData)){
return "";
}
try{
$current_config = json_decode($this->myDb->getConfiguration($this->idNextcloud));
$clean_folder = html_entity_decode($current_config[0]->path).'/';