summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/DocViewer.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-08-10 15:03:23 +0000
committerfukachan <fukachan>2005-08-10 15:03:23 +0000
commit25438601b2819cf7f66f00e5aa81943a3ccc2bfe (patch)
treebd60c916092fc759c2be6f78458c9f8c542e39c1 /fml/lib/FML/Process/DocViewer.pm
parentbf6f4cba2e6df2d9cd218296072c232b2b9d9898 (diff)
downloadfml8-25438601b2819cf7f66f00e5aa81943a3ccc2bfe.tar.gz
fml8-25438601b2819cf7f66f00e5aa81943a3ccc2bfe.tar.bz2
fml8-25438601b2819cf7f66f00e5aa81943a3ccc2bfe.zip
config_files_XXX() -> config_cf_files_XXX() to clarify the meaning.
Diffstat (limited to 'fml/lib/FML/Process/DocViewer.pm')
-rw-r--r--fml/lib/FML/Process/DocViewer.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/DocViewer.pm b/fml/lib/FML/Process/DocViewer.pm
index 7947603b..89199670 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,2005 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: DocViewer.pm,v 1.34 2005/05/26 10:22:58 fukachan Exp $
+# $FML: DocViewer.pm,v 1.35 2005/06/04 08:49:10 fukachan Exp $
#
package FML::Process::DocViewer;
@@ -80,7 +80,7 @@ sub prepare
if ($eval) { eval qq{ $eval; }; $curproc->logwarn($@) if $@; }
# $curproc->ml_variables_resolve();
- $curproc->config_files_load();
+ $curproc->config_cf_files_load();
$curproc->env_fix_perl_include_path();
$eval = $config->get_hook( 'fmldoc_prepare_end_hook' );