From a6eb6383803f502bb046a239845c04e8afd728b0 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Mon, 22 Sep 2014 23:27:41 +0300 Subject: [PATCH] Use non-empty defaults --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index d093cff2093..75a9d646891 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -269,7 +269,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, -- 2.39.5