Remove breaking permissions changes in rapid ws - refs #2275

1.9.x
Yannick Warnier 10 years ago
parent 5aa5ec812a
commit 4eef60d9f8
  1. 2
      main/webservices/additional_webservices.php

@ -59,8 +59,6 @@ function wsConvertPpt($pptData)
$cmd .= ' -w 720 -h 540 -d oogie "' . $tempPath . $fullFileName.'" "' . $tempPathNewFiles . $fileName . '.html"';
$perms = api_get_permissions_for_new_files();
chmod($tempPath, $perms);
chmod($tempPathNewFiles, $perms);
chmod($tempPathNewFiles . $fileName, $perms, true);
$files = array();

Loading…
Cancel
Save