and this is not 1.7.x
authorjeff <jeff>
Tue, 9 Mar 2010 00:18:14 +0000 (00:18 +0000)
committerjeff <jeff>
Tue, 9 Mar 2010 00:18:14 +0000 (00:18 +0000)
FS/FS/reason_type.pm

index 482ea34..4425c64 100644 (file)
@@ -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);
   }
 
   '';