Commit 7174893a6d056ae006a9ee9f5829c6dd483f317b
1 parent
cd5b0e73
KTS-3159
"CLONE -3.5.2 Upgrade - INFO: Scheduler - Background tasks errors(SUP-636)" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8266 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
6 additions
and
0 deletions
search2/indexing/extractors/PDFExtractor.inc.php
| @@ -67,6 +67,12 @@ class PDFExtractor extends ApplicationExtractor | @@ -67,6 +67,12 @@ class PDFExtractor extends ApplicationExtractor | ||
| 67 | return true; | 67 | return true; |
| 68 | } | 68 | } |
| 69 | 69 | ||
| 70 | + if (false === $res && (strpos($this->output, '(continuing anyway)') !== false)) | ||
| 71 | + { | ||
| 72 | + $this->output = ''; | ||
| 73 | + return true; | ||
| 74 | + } | ||
| 75 | + | ||
| 70 | return $res; | 76 | return $res; |
| 71 | 77 | ||
| 72 | } | 78 | } |