]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix syntax error
authorGeorg Ehrke <georg@ownCloud.com>
Wed, 5 Jun 2013 09:13:13 +0000 (11:13 +0200)
committerGeorg Ehrke <georg@ownCloud.com>
Wed, 5 Jun 2013 09:13:13 +0000 (11:13 +0200)
lib/preview/libreoffice-cl.php

index 49c574c9521f4488549e35a24ef2f471d9c27827..1b8e482fb2314f06458391cf063af186d3fd7cff 100644 (file)
@@ -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{