From 18b6953b62a1b97f3121100e71bbbfc7d29e75a5 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 18 Jan 2014 21:35:19 -0800 Subject: fix for Setup.pm (access_groupagent usage), from Fernando Kiernan --- FS/FS/Setup.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/FS/Setup.pm') diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm index 29130fa..cac26c1 100644 --- a/FS/FS/Setup.pm +++ b/FS/FS/Setup.pm @@ -413,6 +413,7 @@ sub populate_access { use FS::AccessRight; use FS::access_right; + use FS::access_groupagent; foreach my $rightname ( FS::AccessRight->default_superuser_rights ) { my $access_right = new FS::access_right { -- cgit v1.1