Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
8c5fceba
Commit
8c5fceba
authored
Jun 05, 2013
by
Georg Ehrke
Browse files
fix syntax error
parent
bab8b20c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/preview/libreoffice-cl.php
View file @
8c5fceba
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment