From 8967f86f6f38e86cef1e11b5f508f7eb6f426f8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 17 Oct 2019 15:13:56 +0200 Subject: [PATCH] add missing 'use PVE::Auth::Plugin' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- PVE/API2/AccessControl.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/AccessControl.pm b/PVE/API2/AccessControl.pm index dfbdfc6..9d2da8d 100644 --- a/PVE/API2/AccessControl.pm +++ b/PVE/API2/AccessControl.pm @@ -19,6 +19,7 @@ use PVE::API2::User; use PVE::API2::Group; use PVE::API2::Role; use PVE::API2::ACL; +use PVE::Auth::Plugin; use PVE::OTP; use PVE::Tools; -- 2.39.2