From 504cf83e73ef926e579ef6284300e095356df88d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 10 Mar 2010 19:44:02 +0000 Subject: [PATCH] Restore default lib --- htdocs/includes/odtphp/zip/PclZipProxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;