From 31aae8ccdeb214609f96b31a6d8f6dc4614a93b7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 8 Aug 2012 01:30:22 -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 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'); -- 2.11.0