[freeside-commits] branch master updated. 31aae8ccdeb214609f96b31a6d8f6dc4614a93b7

Ivan ivan at 420.am
Wed Aug 8 01:30:22 PDT 2012


The branch, master has been updated
       via  31aae8ccdeb214609f96b31a6d8f6dc4614a93b7 (commit)
      from  ac0162d1dbc26e0c553726ff010b7c5346253e13 (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 31aae8ccdeb214609f96b31a6d8f6dc4614a93b7
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Aug 8 01:30:22 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 dc9f997..22fe94d 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -265,7 +265,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