From: Ivan Kohler Date: Wed, 8 Aug 2012 08:30:23 +0000 (-0700) Subject: dunno how this happened, but this shouldn't be fatal X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0458f51a9f71d4c782effb86d6ad3c0d5a26b59f;p=freeside.git 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 1e65ca354..563d96928 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');