Commit a44e8280fd3c697672f25d5334e4ae69ffb03c8d
1 parent
a68e959d
Removing the diagnose for pstotext so it doesn't prevent the indexing from running
Committed by: Megan Watson
Showing
1 changed file
with
2 additions
and
0 deletions
search2/indexing/extractors/PSExtractor.inc.php
| @@ -61,6 +61,8 @@ class PSExtractor extends ApplicationExtractor | @@ -61,6 +61,8 @@ class PSExtractor extends ApplicationExtractor | ||
| 61 | 61 | ||
| 62 | public function diagnose() | 62 | public function diagnose() |
| 63 | { | 63 | { |
| 64 | + // no rpm's available for pstotext, removing the diagnose for it so it doesn't prevent the indexing from running | ||
| 65 | + return null; | ||
| 64 | if (OS_WINDOWS) | 66 | if (OS_WINDOWS) |
| 65 | { | 67 | { |
| 66 | // pstotext is not available under windows, so no need to diagnose it | 68 | // pstotext is not available under windows, so no need to diagnose it |