diff --git a/htdocs/includes/odtphp/zip/PclZipProxy.php b/htdocs/includes/odtphp/zip/PclZipProxy.php index 9f56447c205..21072135e58 100644 --- a/htdocs/includes/odtphp/zip/PclZipProxy.php +++ b/htdocs/includes/odtphp/zip/PclZipProxy.php @@ -19,7 +19,7 @@ class PclZipProxyException extends Exception */ class PclZipProxy implements ZipInterface { - const TMP_DIR = './tmp'; + const TMP_DIR = '/tmp'; protected $openned = false; protected $filename; protected $pclzip;