[otrs-cvs] FAQ/Kernel/System FAQ.pm,1.157,1.157.2.1
"CVS commits notifications of OTRS.org" <[email protected]> Mon, 20 May 2013 18:13:10 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/FAQ/Kernel/System
In directory lancelot:/tmp/cvs-serv16767/Kernel/System
Modified Files:
Tag: rel-2_1
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.157
retrieving revision 1.157.2.1
diff -2 -u -d -r1.157 -r1.157.2.1
--- FAQ.pm 12 Mar 2012 16:32:24 -0000 1.157
+++ FAQ.pm 20 May 2013 18:13:05 -0000 1.157.2.1
@@ -1,5 +1,5 @@
# --
# Kernel/System/FAQ.pm - all faq functions
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -3959,5 +3959,5 @@
UserID => $Param{UserID},
)
- };
+ };
}
@@ -4051,5 +4051,5 @@
UserID => $Param{UserID},
)
- };
+ };
}
@@ -4994,5 +4994,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