Merge branch 'ent-13335-Click-en-fichero-en-colección-da-error-y-saca-de-la-vista' into 'develop'

Ent 13335 click en fichero en colección da error y saca de la vista

See merge request artica/pandorafms!7248
This commit is contained in:
Diego Muñoz-Reja 2024-04-22 08:32:03 +00:00
commit a899fa10d4

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':