fix syntax error

remotes/origin/stable6
Georg Ehrke 12 years ago
parent bab8b20cbd
commit 8c5fceba29
  1. 2
      lib/preview/libreoffice-cl.php

@ -29,7 +29,7 @@ if (extension_loaded('imagick')) {
chdir(get_temp_dir());
$exec = $this->cmd . ' --headless -convert-to pdf ' . escapeshellarg($abspath);
exec($exec)
exec($exec);
//create imagick object from pdf
try{

Loading…
Cancel
Save