Merge pull request #11242 from owncloud/fix-10284
Use non-empty defaults for preview cmd line
This commit is contained in:
commit
4c39139bd2
|
@ -282,7 +282,7 @@ $CONFIG = array(
|
||||||
/* custom path for libreoffice / openoffice binary */
|
/* custom path for libreoffice / openoffice binary */
|
||||||
'preview_libreoffice_path' => '/usr/bin/libreoffice',
|
'preview_libreoffice_path' => '/usr/bin/libreoffice',
|
||||||
/* cl parameters for libreoffice / openoffice */
|
/* 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
|
* Only register providers that have been explicitly enabled
|
||||||
|
|
Loading…
Reference in New Issue