From 0458f51a9f71d4c782effb86d6ad3c0d5a26b59f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 8 Aug 2012 01:30:23 -0700 Subject: [PATCH] dunno how this happened, but this shouldn't be fatal --- FS/FS/access_right.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.20.1