From 0bde78c204d00525adfb0bff6a11bc99367f593f Mon Sep 17 00:00:00 2001 From: fukachan Date: Sat, 31 Jan 2004 04:06:31 +0000 Subject: not use "$cf_list = $curproc->get_config_files_list();". $curproc->load_config_files($cf_list); -> $curproc->load_config_files(); --- fml/lib/FML/Process/HTMLify.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fml/lib/FML/Process/HTMLify.pm') diff --git a/fml/lib/FML/Process/HTMLify.pm b/fml/lib/FML/Process/HTMLify.pm index 448c84aa..d8408738 100644 --- a/fml/lib/FML/Process/HTMLify.pm +++ b/fml/lib/FML/Process/HTMLify.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: HTMLify.pm,v 1.33 2004/01/02 14:50:36 fukachan Exp $ +# $FML: HTMLify.pm,v 1.34 2004/01/24 15:37:03 fukachan Exp $ # package FML::Process::HTMLify; @@ -72,8 +72,7 @@ sub prepare if ($eval) { eval qq{ $eval; }; $curproc->logwarn($@) if $@; } $curproc->resolve_ml_specific_variables(); - my $cf_list = $curproc->get_config_files_list(); - $curproc->load_config_files($cf_list); + $curproc->load_config_files(); $curproc->fix_perl_include_path(); $eval = $config->get_hook( 'fmlhtmlify_prepare_end_hook' ); -- cgit v1.2.1