From 29620c88292178979a0ebf1827caf14b3d471536 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 7 Aug 2014 14:03:32 -0700 Subject: minor bugfixes, #24047 --- bin/convert-477-options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/convert-477-options') diff --git a/bin/convert-477-options b/bin/convert-477-options index 99a6ea5e0..8225a22a5 100755 --- a/bin/convert-477-options +++ b/bin/convert-477-options @@ -129,7 +129,7 @@ for my $part_pkg (qsearch('part_pkg', { freq => {op => '!=', value => '0'}})) { my %fcc_opts = @fcc_opts; #print map {"\t$_\t".$fcc_opts{$_}."\n"} keys %fcc_opts; - my $error = $part_pkg->process_fcc_options(\%fcc_opts); + my $error = $part_pkg->set_fcc_options(\%fcc_opts); if ( $error ) { die "$error\n"; } -- cgit v1.2.1