summaryrefslogtreecommitdiff
path: root/rt/share/html/Tools/Offline.html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Tools/Offline.html')
-rw-r--r--rt/share/html/Tools/Offline.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/rt/share/html/Tools/Offline.html b/rt/share/html/Tools/Offline.html
index 507ca17e2..de49e00c8 100644
--- a/rt/share/html/Tools/Offline.html
+++ b/rt/share/html/Tools/Offline.html
@@ -114,7 +114,6 @@ if ($ARGS{'Parse'} && $ARGS{'Template'}) {
$template .= $buffer;
}
my $encode = RT::I18N::_GuessCharset( $template );
- require Encode;
$template = Encode::decode( $encode, $template );
$template =~ s/\r\n/\n/gs;
$action->Parse(Content => $template, Queue => $qname, Requestor => $requestoraddress);