diff options
Diffstat (limited to 'fml/lib/FML/Process/DocViewer.pm')
| -rw-r--r-- | fml/lib/FML/Process/DocViewer.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/DocViewer.pm b/fml/lib/FML/Process/DocViewer.pm index 3215109c..18e67830 100644 --- a/fml/lib/FML/Process/DocViewer.pm +++ b/fml/lib/FML/Process/DocViewer.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: DocViewer.pm,v 1.29 2004/01/02 14:50:35 fukachan Exp $ +# $FML: DocViewer.pm,v 1.30 2004/01/02 16:08:39 fukachan Exp $ # package FML::Process::DocViewer; @@ -81,8 +81,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( 'fmldoc_prepare_end_hook' ); |
