summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-05-21 09:21:08 +0000
committerfukachan <fukachan>2002-05-21 09:21:08 +0000
commit1270ffa1e342787de801353496755dcdab80cc18 (patch)
tree48ce22897eb66ac1d2dd36ec88c3388e03c20bc2 /fml/lib/FML/Command
parent1520d805f8b42bd636b4594e42f828e7c997b551 (diff)
downloadfml8-1270ffa1e342787de801353496755dcdab80cc18.tar.gz
fml8-1270ffa1e342787de801353496755dcdab80cc18.tar.bz2
fml8-1270ffa1e342787de801353496755dcdab80cc18.zip
$newml_command_template_files -> $newml_command_postfix_template_files
Diffstat (limited to 'fml/lib/FML/Command')
-rw-r--r--fml/lib/FML/Command/Admin/newml.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Admin/newml.pm b/fml/lib/FML/Command/Admin/newml.pm
index c328685d..b7ff6b51 100644
--- a/fml/lib/FML/Command/Admin/newml.pm
+++ b/fml/lib/FML/Command/Admin/newml.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: newml.pm,v 1.29 2002/04/24 04:35:39 fukachan Exp $
+# $FML: newml.pm,v 1.30 2002/04/27 05:25:02 fukachan Exp $
#
package FML::Command::Admin::newml;
@@ -152,7 +152,7 @@ sub _install_template_files
my $ml_home_dir = $params->{ ml_home_dir };
my $newml_template_files =
- $config->get_as_array_ref('newml_command_template_files');
+ $config->get_as_array_ref('newml_command_postfix_template_files');
for my $file (@$newml_template_files) {
my $src = File::Spec->catfile($template_dir, $file);
my $dst = File::Spec->catfile($ml_home_dir, $file);