diff --git a/modules/anagrafiche/actions.php b/modules/anagrafiche/actions.php index 7d860247f..27a27f87d 100755 --- a/modules/anagrafiche/actions.php +++ b/modules/anagrafiche/actions.php @@ -363,7 +363,7 @@ if (filter('op') == 'aggiungi-allegato') { } } - if (($nome == 'Logo stampe' || $nome = 'Filigrana stampe') && (setting('Azienda predefinita') == $id_record)) { + if (($nome == 'Logo stampe' || $nome == 'Filigrana stampe') && (setting('Azienda predefinita') == $id_record)) { Settings::setValue($nome, $upload->filename); } }