]> git.proxmox.com Git - pve-access-control.git/commitdiff
import cfs_read_file
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 18 Jan 2012 08:21:21 +0000 (09:21 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 18 Jan 2012 08:21:21 +0000 (09:21 +0100)
PVE/API2/AccessControl.pm

index f06a244d6b8783ec84fde00919163f985b43baab..916b1674bede08534d47270d64c893501d3dab7b 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use PVE::SafeSyslog;
 use PVE::RPCEnvironment;
-use PVE::Cluster;
+use PVE::Cluster qw(cfs_read_file);
 use PVE::RESTHandler;
 use PVE::AccessControl;
 use PVE::JSONSchema qw(get_standard_option);