summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/HTMLify.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-08-17 10:29:33 +0000
committerfukachan <fukachan>2005-08-17 10:29:33 +0000
commit82ee52541115db3c8c364c60b2d39911a71873bb (patch)
tree24b0b620f2f43debbf785bb254eaafa9464083d1 /fml/lib/FML/Command/HTMLify.pm
parent1af9ae0bce4ed05eb63366859892311c7a8eeab1 (diff)
downloadfml8-82ee52541115db3c8c364c60b2d39911a71873bb.tar.gz
fml8-82ee52541115db3c8c364c60b2d39911a71873bb.tar.bz2
fml8-82ee52541115db3c8c364c60b2d39911a71873bb.zip
FNF: adjust method naming convension.
$curproc->thread_db_args(); -> $curproc->article_thread_init();
Diffstat (limited to 'fml/lib/FML/Command/HTMLify.pm')
-rw-r--r--fml/lib/FML/Command/HTMLify.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/HTMLify.pm b/fml/lib/FML/Command/HTMLify.pm
index 84e0515d..6231bf2f 100644
--- a/fml/lib/FML/Command/HTMLify.pm
+++ b/fml/lib/FML/Command/HTMLify.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: HTMLify.pm,v 1.25 2004/07/26 03:24:47 fukachan Exp $
+# $FML: HTMLify.pm,v 1.26 2004/12/05 16:19:06 fukachan Exp $
#
@@ -51,7 +51,7 @@ sub convert
print STDERR " convert\n\t$src_dir =>\n\t$dst_dir\n" if $debug;
# fix parameters: output_dir = ~fml/public_html/mlarchive/$domain/$ml/
- my $htmlifier_args = $curproc->thread_db_args();
+ my $htmlifier_args = $curproc->article_thread_init();
$htmlifier_args->{ output_dir } = $dst_dir;
my ($is_subdir_exists, $subdirs) = _check_subdir_exists($src_dir);