We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680d129 commit 65b2b1fCopy full SHA for 65b2b1f
1 file changed
modules/categorie/actions.php
@@ -23,9 +23,9 @@
23
24
switch (filter('op')) {
25
case 'update':
26
- $nome = filter('nome');
27
- $nota = filter('nota');
28
- $colore = filter('colore');
+ $nome = filter('nome_add') ?: filter('nome');
+ $nota = filter('nota_add') ?: filter('nota');
+ $colore = filter('colore_add') ?: filter('colore');
29
$id_original = filter('id_original') ?: null;
30
$is_articolo = (filter('is_articolo_add') ?: filter('is_articolo')) ?: 0;
31
$is_impianto = (filter('is_impianto_add') ?: filter('is_impianto')) ?: 0;
0 commit comments