pull/2487/head
Yannick Warnier 9 years ago
parent 1e04af6720
commit bd9a94b44c
  1. 1
      main/webservices/additional_webservices.php

@ -42,6 +42,7 @@ function wsConvertPpt($pptData)
$cmd = pptConverterGetCommandBaseParams(); $cmd = pptConverterGetCommandBaseParams();
$cmd .= ' -w ' . $w . ' -h ' . $h . ' -d oogie "' . $tempPath . $fullFileName.'" "' . $tempPathNewFiles . $fileName . '.html"'; $cmd .= ' -w ' . $w . ' -h ' . $h . ' -d oogie "' . $tempPath . $fullFileName.'" "' . $tempPathNewFiles . $fileName . '.html"';
$perms = api_get_permissions_for_new_files();
chmod($tempPathNewFiles . $fileName, $perms); chmod($tempPathNewFiles . $fileName, $perms);
$files = array(); $files = array();

Loading…
Cancel
Save