[freeside-commits] branch FREESIDE_3_BRANCH updated. 6a3a20c5296299b420a6eeb7190d61c77544aa38
Ivan
ivan at 420.am
Sat Jan 18 21:35:21 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 6a3a20c5296299b420a6eeb7190d61c77544aa38 (commit)
from 011b6b26c4bf9b507ba471390de2cf5211cbc7de (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 6a3a20c5296299b420a6eeb7190d61c77544aa38
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 18 21:35:21 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