mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 23:37:51 +01:00
Fix caricamento immagine in articoli
This commit is contained in:
parent
894e3aea5a
commit
9333c2c119
@ -230,7 +230,7 @@ switch (post('op')) {
|
||||
}
|
||||
|
||||
// Eliminazione file
|
||||
if (post('delete_immagine') !== null) {
|
||||
if (!empty(post('delete_immagine'))) {
|
||||
Uploads::delete($record['immagine'], [
|
||||
'id_module' => $id_module,
|
||||
'id_record' => $id_record,
|
||||
|
Loading…
x
Reference in New Issue
Block a user