summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-10-15 08:16:22 +0000
committerfukachan <fukachan>2003-10-15 08:16:22 +0000
commit07b2770ece92c7cbc03b8ac326f7bd27e54f9704 (patch)
tree5386ecfb0eefbf3b17de29e4cf38d168ba8bd491 /fml/lib/FML/Command/Admin
parent38ffcaa6bb73b9a4051bd17570834bbff2186bed (diff)
downloadfml8-07b2770ece92c7cbc03b8ac326f7bd27e54f9704.tar.gz
fml8-07b2770ece92c7cbc03b8ac326f7bd27e54f9704.tar.bz2
fml8-07b2770ece92c7cbc03b8ac326f7bd27e54f9704.zip
language_of_cgi_message() -> get_charset("cgi")
Diffstat (limited to 'fml/lib/FML/Command/Admin')
-rw-r--r--fml/lib/FML/Command/Admin/log.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Admin/log.pm b/fml/lib/FML/Command/Admin/log.pm
index 40e1ec6d..c250fafd 100644
--- a/fml/lib/FML/Command/Admin/log.pm
+++ b/fml/lib/FML/Command/Admin/log.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: log.pm,v 1.18 2003/10/06 10:46:47 fukachan Exp $
+# $FML: log.pm,v 1.19 2003/10/07 08:58:06 fukachan Exp $
#
package FML::Command::Admin::log;
@@ -106,7 +106,7 @@ sub _show_log
my $maxline = 0;
my $curproc = $self->{ _curproc };
my $charset = ($is_cgi ?
- $curproc->language_of_cgi_message() :
+ $curproc->get_charset("cgi") :
$curproc->language_default() );
use Mail::Message::Encode;