summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2010-03-09 00:18:14 +0000
committerjeff <jeff>2010-03-09 00:18:14 +0000
commite7d6f8d7ac993d2d008286e6c3368a7aa52a3089 (patch)
treea1dbdde81dd3174b3f7696ce6fe893cfe61b3a06
parent80ed7402da67253e80dcffb7686f40e9d958da91 (diff)
and this is not 1.7.x
-rw-r--r--FS/FS/reason_type.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/FS/FS/reason_type.pm b/FS/FS/reason_type.pm
index 482ea34..4425c64 100644
--- a/FS/FS/reason_type.pm
+++ b/FS/FS/reason_type.pm
@@ -162,9 +162,7 @@ sub _populate_initial_data { # class method
# my $error = $object->insert();
# die "error inserting $self into database: $error\n"
# if $error;
-# # or clause for 1.7.x
- $conf->set($_, $object->typenum)
- or die "failed setting config";
+ $conf->set($_, $object->typenum);
}
'';