summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmu <tmu>2002-10-23 02:30:10 +0000
committertmu <tmu>2002-10-23 02:30:10 +0000
commit778a04ba5f2b9cf9f2bf473d29cec7c8af627bbc (patch)
treed48f47ab7f407b4168a78a9018a48c0185df32bb
parente50fcebf5830c250cee73bf61c138f495b770c41 (diff)
downloadfml8-778a04ba5f2b9cf9f2bf473d29cec7c8af627bbc.tar.gz
fml8-778a04ba5f2b9cf9f2bf473d29cec7c8af627bbc.tar.bz2
fml8-778a04ba5f2b9cf9f2bf473d29cec7c8af627bbc.zip
typofix filepath value at sub db_mkdb()
-rw-r--r--fml/lib/Mail/ThreadTrack/DB.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Mail/ThreadTrack/DB.pm b/fml/lib/Mail/ThreadTrack/DB.pm
index ccd883cc..a8024580 100644
--- a/fml/lib/Mail/ThreadTrack/DB.pm
+++ b/fml/lib/Mail/ThreadTrack/DB.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: DB.pm,v 1.28 2002/09/22 14:57:06 fukachan Exp $
+# $FML: DB.pm,v 1.29 2002/09/28 09:27:45 fukachan Exp $
#
package Mail::ThreadTrack::DB;
@@ -195,7 +195,7 @@ sub db_mkdb
# analyze
my $file = $self->filepath({
- baes_dir => $spool_dir,
+ base_dir => $spool_dir,
id => $id,
});
my $fh = new FileHandle $file;