]> git.proxmox.com Git - pve-common.git/blobdiff - data/PVE/Tools.pm
remove 'name' to the list of utf8 encoded parameters.
[pve-common.git] / data / PVE / Tools.pm
index d1dfa5d105afc36c35a9bc8f170bae347ef6a6e4..66bc644d3bde91262d44e849e714d47100985653 100644 (file)
@@ -733,7 +733,7 @@ sub decode_text {
 sub decode_utf8_parameters {
     my ($param) = @_;
 
 sub decode_utf8_parameters {
     my ($param) = @_;
 
-    foreach my $p (qw(name comment description firstname lastname)) {
+    foreach my $p (qw(comment description firstname lastname)) {
        $param->{$p} = decode('utf8', $param->{$p}) if $param->{$p};
     }
 
        $param->{$p} = decode('utf8', $param->{$p}) if $param->{$p};
     }