summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-08 01:30:23 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-08 01:30:23 -0700
commit0458f51a9f71d4c782effb86d6ad3c0d5a26b59f (patch)
tree8bc26eefe2ebe0d0e8e40589a819cb0fcb22fb16
parente187ad1e7009765291e1a3fdfcc7d7365139b184 (diff)
dunno how this happened, but this shouldn't be fatal
-rw-r--r--FS/FS/access_right.pm2
1 files changed, 1 insertions, 1 deletions
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');