diff options
| author | fukachan <fukachan> | 2005-08-10 15:03:23 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-08-10 15:03:23 +0000 |
| commit | 25438601b2819cf7f66f00e5aa81943a3ccc2bfe (patch) | |
| tree | bd60c916092fc759c2be6f78458c9f8c542e39c1 /fml/lib/FML/Process/Alias.pm | |
| parent | bf6f4cba2e6df2d9cd218296072c232b2b9d9898 (diff) | |
| download | fml8-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/Alias.pm')
| -rw-r--r-- | fml/lib/FML/Process/Alias.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Alias.pm b/fml/lib/FML/Process/Alias.pm index 694f7618..8e824d03 100644 --- a/fml/lib/FML/Process/Alias.pm +++ b/fml/lib/FML/Process/Alias.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002,2003,2004,2005 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Alias.pm,v 1.21 2005/06/04 08:49:08 fukachan Exp $ +# $FML: Alias.pm,v 1.22 2005/06/04 08:51:30 fukachan Exp $ # package FML::Process::Alias; @@ -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( 'fmlalias_prepare_end_hook' ); |
