Fix deprecated usages

Warning: -convert-to is deprecated.  Use --convert-to instead.
Warning: -outdir is deprecated.  Use --outdir instead.
remotes/origin/index-with-prefix
Joas Schilling 10 years ago
parent 3ffe1f2e1a
commit 04232cdcdb
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
  1. 2
      config/config.sample.php

@ -725,7 +725,7 @@ $CONFIG = array(
*/
'preview_office_cl_parameters' =>
' --headless --nologo --nofirststartwizard --invisible --norestore '.
'-convert-to pdf -outdir ',
'--convert-to pdf --outdir ',
/**
* Only register providers that have been explicitly enabled

Loading…
Cancel
Save