#13335 fixed collections download path

This commit is contained in:
Jorge Rincon 2024-04-19 13:32:51 +02:00
parent b0b7321771
commit c830e3cba2
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ if (empty($file) === true || empty($hash) === true || $hash !== md5($file_raw.$c
break;
case $main_collections:
$downloadable_file = $_SERVER['DOCUMENT_ROOT'].'/pandora_console/attachment/collection/'.$file;
$downloadable_file = io_safe_output($config['attachment_store']).'/collection/'.$file;
break;
case 'godmode/setup/file_manager':