diff --git a/modules/utenti/edit.php b/modules/utenti/edit.php index 013f5cc99..755bd43fe 100755 --- a/modules/utenti/edit.php +++ b/modules/utenti/edit.php @@ -295,7 +295,8 @@ $("#id_module_start").change(function(){ $("#theme").change(function(){ update_theme($(this).val()); - changeSkin($(this).val()); + if ($(this).val()) + changeSkin($(this).val()); }); function update_id_module_start(value){