]> git.proxmox.com Git - pve-client.git/commitdiff
Fix old none ::APIClient uses.
authorRené Jochum <r.jochum@proxmox.com>
Tue, 19 Jun 2018 14:03:59 +0000 (16:03 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 20 Jun 2018 04:42:49 +0000 (06:42 +0200)
Signed-off-by: René Jochum <r.jochum@proxmox.com>
PVE/APIClient/Commands/GuestStatus.pm

index 8ae6c757c601c161b4e7b8f0506ba2a5e38426fd..03e2e4aea3a6b65ddc5ccb85a7f44c6e4edc965b 100644 (file)
@@ -180,8 +180,8 @@ __PACKAGE__->register_method ({
     code => sub {
        my ($param) = @_;
 
-       my $remote = PVE::Tools::extract_param($param, 'remote');
-       my $vmid = PVE::Tools::extract_param($param, 'vmid');
+       my $remote = PVE::APIClient::Tools::extract_param($param, 'remote');
+       my $vmid = PVE::APIClient::Tools::extract_param($param, 'vmid');
 
        my $config = PVE::APIClient::Config->load();
        my $conn = PVE::APIClient::Config->remote_conn($config, $remote);