Merge branch 'fixes/fix-export-default-file' into staging
This commit is contained in:
commit
2079863518
@ -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).'/';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user