[freeside-commits] branch master updated. 18b6953b62a1b97f3121100e71bbbfc7d29e75a5
Ivan
ivan at 420.am
Sat Jan 18 21:35:20 PST 2014
The branch, master has been updated
via 18b6953b62a1b97f3121100e71bbbfc7d29e75a5 (commit)
from d4251de78f0fe8543b3ef9ab2933d5f491435c5f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 18b6953b62a1b97f3121100e71bbbfc7d29e75a5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 18 21:35:19 2014 -0800
fix for Setup.pm (access_groupagent usage), from Fernando Kiernan
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 {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Setup.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list