diff --git a/search/documents/physical_pdf.php b/search/documents/physical_pdf.php index d3ad8cd71af..703f68bf1e0 100644 --- a/search/documents/physical_pdf.php +++ b/search/documents/physical_pdf.php @@ -34,7 +34,7 @@ function get_text_for_indexing_pdf(&$resource){ else{ $file = escapeshellarg($CFG->dataroot.'/'.$resource->course.'/'.$resource->reference); $command = trim($CFG->block_search_pdf_to_text_cmd); - $text_converter_cmd = "{$moodleroot}{$command} \"$file\" -"; + $text_converter_cmd = "{$moodleroot}{$command} $file -"; $result = shell_exec($text_converter_cmd); if ($result){ return $result;