Merge pull request #11242 from owncloud/fix-10284
Use non-empty defaults for preview cmd line
This commit is contained in:
commit
4c39139bd2
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ $CONFIG = array(
|
|||
/* custom path for libreoffice / openoffice binary */
|
||||
'preview_libreoffice_path' => '/usr/bin/libreoffice',
|
||||
/* cl parameters for libreoffice / openoffice */
|
||||
'preview_office_cl_parameters' => '',
|
||||
'preview_office_cl_parameters' => ' --headless --nologo --nofirststartwizard --invisible --norestore -convert-to pdf -outdir ',
|
||||
|
||||
/**
|
||||
* Only register providers that have been explicitly enabled
|
||||
|
|
Loading…
Reference in a new issue