fix syntax error
This commit is contained in:
parent
bab8b20cbd
commit
8c5fceba29
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue