[otrs-cvs] FAQ/Kernel/System FAQ.pm,1.165,1.166
"CVS commits notifications of OTRS.org" <[email protected]> Mon, 20 May 2013 18:13:30 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/FAQ/Kernel/System
In directory lancelot:/tmp/cvs-serv16788/Kernel/System
Modified Files:
FAQ.pm
Log Message:
Fixed bug#9256 - Invalid content_type of article approval ticket.
Author: cr
Index: FAQ.pm
===================================================================
RCS file: /home/cvs/FAQ/Kernel/System/FAQ.pm,v
retrieving revision 1.165
retrieving revision 1.166
diff -2 -u -d -r1.165 -r1.166
--- FAQ.pm 12 Jan 2013 03:35:03 -0000 1.165
+++ FAQ.pm 20 May 2013 18:13:25 -0000 1.166
@@ -5298,5 +5298,5 @@
Subject => $Subject,
Body => $Body,
- ContentType => "text/plain; charset=$Self->{ConfigObject}->Get('DefaultCharset')",
+ ContentType => 'text/plain; charset=utf-8',
UserID => 1,
HistoryType => 'SystemRequest',
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log