]> git.proxmox.com Git - pve-container.git/commitdiff
PVE::API2::LXC: import raise_perm_exc
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 6 Jul 2018 15:00:45 +0000 (17:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Jul 2018 08:35:23 +0000 (10:35 +0200)
A bug in the frontend exposed the missing import

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PVE/API2/LXC.pm

index 9f94bf339f20473c36c7d7f3855709c3ceb7397b..55e631049ec2b686375e2aaf18823a70529e42a8 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use PVE::SafeSyslog;
 use PVE::Tools qw(extract_param run_command);
-use PVE::Exception qw(raise raise_param_exc);
+use PVE::Exception qw(raise raise_param_exc raise_perm_exc);
 use PVE::INotify;
 use PVE::Cluster qw(cfs_read_file);
 use PVE::AccessControl;