Commit 608355c8f405f5f732caddb0e0227846b9625ddc

Authored by Conrad Vermeulen
1 parent 0b77bea1

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
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 );
... ...