[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 0458f51a9f71d4c782effb86d6ad3c0d5a26b59f
Ivan
ivan at 420.am
Wed Aug 8 01:30:24 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 0458f51a9f71d4c782effb86d6ad3c0d5a26b59f (commit)
from e187ad1e7009765291e1a3fdfcc7d7365139b184 (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 0458f51a9f71d4c782effb86d6ad3c0d5a26b59f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 8 01:30:23 2012 -0700
dunno how this happened, but this shouldn't be fatal
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index 1e65ca3..563d969 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -260,7 +260,7 @@ sub _upgrade_data { # class method
'rightname' => 'Download report data',
} );
my $error = $access_right->insert;
- die $error if $error;
+ warn $error if $error;
}
FS::upgrade_journal->set_done('ACL_download_report_data');
-----------------------------------------------------------------------
Summary of changes:
FS/FS/access_right.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list