summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/FetchFML.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/FetchFML.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/FetchFML.pm')
-rw-r--r--fml/lib/FML/Process/FetchFML.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/FetchFML.pm b/fml/lib/FML/Process/FetchFML.pm
index 869890bc..bc30146f 100644
--- a/fml/lib/FML/Process/FetchFML.pm
+++ b/fml/lib/FML/Process/FetchFML.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2005 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: FetchFML.pm,v 1.1 2005/06/03 11:00:55 fukachan Exp $
+# $FML: FetchFML.pm,v 1.2 2005/06/04 08:49:10 fukachan Exp $
#
package FML::Process::FetchFML;
@@ -78,7 +78,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();
$curproc->scheduler_init();
$curproc->log_message_init();