Browse Source

Fix a typo. (#958)

MNPALS-2.x
Jordan Dukart 1 year ago committed by Rosie Le Faive
parent
commit
9cabfc2e23
  1. 2
      modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php

2
modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php

@ -99,7 +99,7 @@ class GenerateOCRDerivativeFile extends AbstractGenerateDerivativeMediaFile {
break; break;
case 'plain_text': case 'plain_text':
$his->configuration['args'] = ''; $this->configuration['args'] = '';
break; break;
} }
} }

Loading…
Cancel
Save