Use non-empty defaults

This commit is contained in:
Victor Dubiniuk 2014-09-22 23:27:41 +03:00
parent 3c5ac21122
commit 7d22f4b634
1 changed files with 1 additions and 1 deletions

View File

@ -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 ',
/* whether avatars should be enabled */
'enable_avatars' => true,