Commit d310d95c3e4c862b37b09b35baca78386741387f
1 parent
a8483897
KTS-2760
"Powerpoint files not being indexed" Fixed. powerpoint was missing. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7800 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
search2/indexing/extractors/OOPresentationExtractor.inc.php
| ... | ... | @@ -56,6 +56,7 @@ class OOPresentationExtractor extends CompositeExtractor |
| 56 | 56 | public function getSupportedMimeTypes() |
| 57 | 57 | { |
| 58 | 58 | return array( |
| 59 | + 'application/vnd.ms-powerpoint', | |
| 59 | 60 | 'application/vnd.oasis.opendocument.presentation', |
| 60 | 61 | 'application/vnd.oasis.opendocument.presentation-template', |
| 61 | 62 | ); | ... | ... |