mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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:
commit
a899fa10d4
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user