diff options
-rw-r--r-- | FS/FS/access_right.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |