second commit

This commit is contained in:
Dave Umrysh
2021-02-26 13:32:25 -07:00
parent dc8b19aade
commit 77749a9dab
18 changed files with 30201 additions and 1960 deletions

View File

@@ -49,7 +49,7 @@ class OfficeConverter
$outdir = $this->tempPath;
$shell = $this->exec($this->makeCommand($outdir, $outputExtension));
if (0 != $shell['return']) {
throw new OfficeConverterException($shell['stderr']. 'Convertion Failure! Contact Server Admin.');
throw new OfficeConverterException('Convertion Failure! Contact Server Admin.');
}
return $this->prepOutput($outdir, $filename, $outputExtension);