diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-08-08 01:30:23 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-08 01:30:23 -0700 |
| commit | 0458f51a9f71d4c782effb86d6ad3c0d5a26b59f (patch) | |
| tree | 8bc26eefe2ebe0d0e8e40589a819cb0fcb22fb16 | |
| parent | e187ad1e7009765291e1a3fdfcc7d7365139b184 (diff) | |
dunno how this happened, but this shouldn't be fatal
| -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 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'); |
