summaryrefslogtreecommitdiff
path: root/FS/FS/svc_forward.pm
diff options
context:
space:
mode:
authorivan <ivan>2009-10-28 19:04:53 +0000
committerivan <ivan>2009-10-28 19:04:53 +0000
commitf274814c7cde3681578ca594a2b00475370e4c92 (patch)
tree2981a7fca22e5e0fb3c05693445cac232fe90a83 /FS/FS/svc_forward.pm
parent2cb70470a8e5c3287146008e4ce2c4eb9f242373 (diff)
fix problems using inventory for UID (and other fields controlled by check in svc_acct and also svc_www, svc_domain and svc_forward), RT#6366
Diffstat (limited to 'FS/FS/svc_forward.pm')
-rw-r--r--FS/FS/svc_forward.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/FS/FS/svc_forward.pm b/FS/FS/svc_forward.pm
index 3250f8a..9e27a32 100644
--- a/FS/FS/svc_forward.pm
+++ b/FS/FS/svc_forward.pm
@@ -158,9 +158,6 @@ sub insert {
local $FS::UID::AutoCommit = 0;
my $dbh = dbh;
- $error = $self->check;
- return $error if $error;
-
$error = $self->SUPER::insert(@_);
if ($error) {
$dbh->rollback if $oldAutoCommit;