second commit
This commit is contained in:
2
vendor/officeconverter/OfficeConverter.php
vendored
2
vendor/officeconverter/OfficeConverter.php
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user