Page 1 of 1

image editor temp files

Posted: Tue Aug 03, 2010 12:11 pm
by nnoel
Hi,

after saving the images with the image editor, editor_xx...xxx.jpeg temp files are note deleted as expected with the cleanUp($path,$file) function in \lib\filemanager\ImageManager\Classes\ImageEditor.php.

my umask is 000 and editor's temp files permissions are 666.

(fresh 1.8.1 version)

Re: image editor temp files

Posted: Tue Aug 03, 2010 12:47 pm
by nnoel
It seems that the cleanup function is not called at the end of the save action (lines 145 - 184 in \lib\filemanager\ImageManager\Classes\ImageEditor.php)  ???