projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff7780
)
CRM-20420 - PDFLetterCommon::getMimeType() - Fix typo
author
Tim Otten
<totten@civicrm.org>
Thu, 13 Apr 2017 16:41:34 +0000
(09:41 -0700)
committer
Tim Otten
<totten@civicrm.org>
Thu, 13 Apr 2017 16:50:36 +0000
(09:50 -0700)
CRM/Contact/Form/Task/PDFLetterCommon.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/Task/PDFLetterCommon.php
b/CRM/Contact/Form/Task/PDFLetterCommon.php
index bb423eb25d11c2e609aa48e713baedf2b89c99c1..ad0dd31f2b315834e6286e11800b02bd66c95502 100644
(file)
--- a/
CRM/Contact/Form/Task/PDFLetterCommon.php
+++ b/
CRM/Contact/Form/Task/PDFLetterCommon.php
@@
-607,7
+607,7
@@
class CRM_Contact_Form_Task_PDFLetterCommon {
*/
private static function getMimeType($type) {
$mimeTypes = array(
- 'pdf' => 'applicat
oi
n/pdf',
+ 'pdf' => 'applicat
io
n/pdf',
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'odt' => 'application/vnd.oasis.opendocument.text',
'html' => 'text/html',