Browse Source

Fix a typo. (#958)

pull/965/head
Jordan Dukart 1 year ago committed by GitHub
parent
commit
ece94a24f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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;
case 'plain_text':
$his->configuration['args'] = '';
$this->configuration['args'] = '';
break;
}
}

Loading…
Cancel
Save