Skip to content

Commit

Permalink
Fixed issue #8252: The temporary path for PCLZIP is not properly set
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 14, 2014
1 parent fcddc33 commit efa52f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/admin/pclzip.php
Expand Up @@ -14,7 +14,7 @@

// Set the correct temp path for PclZip
if (!defined('PCLZIP_TEMPORARY_DIR')) {
define( 'PCLZIP_TEMPORARY_DIR', '' );
define( 'PCLZIP_TEMPORARY_DIR', Yii::app()->getConfig('tempdir').DIRECTORY_SEPARATOR );
}

# include PclZip class
Expand Down

0 comments on commit efa52f5

Please sign in to comment.