summaryrefslogtreecommitdiff
path: root/FS/FS/access_right.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-08 01:30:22 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-08 01:30:22 -0700
commit31aae8ccdeb214609f96b31a6d8f6dc4614a93b7 (patch)
tree6d4e9b4f56a55f52113f8629d3c5bdf870650be1 /FS/FS/access_right.pm
parentac0162d1dbc26e0c553726ff010b7c5346253e13 (diff)
dunno how this happened, but this shouldn't be fatal
Diffstat (limited to 'FS/FS/access_right.pm')
-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 dc9f997..22fe94d 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');