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