mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Added 3rd parameter to Docsbox::convert call were missing
This commit is contained in:
@@ -291,7 +291,7 @@ class dokument_export
|
||||
{
|
||||
require_once(dirname(__FILE__).'/../application/libraries/DocsboxLib.php');
|
||||
|
||||
$ret = DocsboxLib::convert($tempname_zip, $this->temp_filename);
|
||||
$ret = DocsboxLib::convert($tempname_zip, $this->temp_filename, $this->outputformat);
|
||||
}
|
||||
else // otherwise use unoconv
|
||||
{
|
||||
@@ -480,7 +480,7 @@ class dokument_export
|
||||
{
|
||||
require_once(dirname(__FILE__).'/../application/libraries/DocsboxLib.php');
|
||||
|
||||
$ret = DocsboxLib::convert($inFile, $outFile);
|
||||
$ret = DocsboxLib::convert($inFile, $outFile, $format);
|
||||
}
|
||||
else // fallback to unoconv
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user