Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Fix temporary directory path in thumbnailcreator module
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Nov 7, 2014
1 parent 4e8102d commit c01000c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -202,7 +202,7 @@ public function createThumbnailFromPath($name, $fullPath, $width, $height, $exac
*/
public function preprocessByThumbnailer($name, $fullPath)
{
$tmpPath = UtilityComponent::getTempDirectory('thumbnail');
$tmpPath = UtilityComponent::getTempDirectory('thumbnailcreator');

if (!file_exists($tmpPath)) {
throw new Zend_Exception(
Expand Down

0 comments on commit c01000c

Please sign in to comment.