Fix unable to delete file medias

This commit is contained in:
Hystepik 2024-03-11 15:01:39 +01:00
parent 07ecee2429
commit e0cf910f49

View File

@ -37,6 +37,7 @@ $langs->loadLangs(array('ecm', 'companies', 'other', 'users', 'orders', 'propal'
// Get parameters
$action = GETPOST('action', 'aZ09');
$confirm = GETPOST('confirm', 'alpha');
$backtopage = GETPOST('backtopage', 'alpha');
$socid = GETPOST('socid', 'int');