]> git.proxmox.com Git - pve-common.git/blobdiff - README.dev
SectionConfig:write_config: sort options by key name
[pve-common.git] / README.dev
index a97f1c83a4986e53f51e59a9ce19d192c26c5132..f68c16900719ad2b5e02928cc7e7aa86c3b44a05 100644 (file)
@@ -166,7 +166,7 @@ __PACKAGE__->register_method ({
        type => 'string',
     },
     code => sub {
-       my ($conn, $resp, $param) = @_;
+       my ($param) = @_;
 
        return $param->{text};
     }