ImageFile unlink function referenced bad path

This commit is contained in:
Mikael Nordfeldth 2014-04-16 20:08:21 +02:00
parent 418b3c3c53
commit 00aa3fa734
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ class ImageFile
function unlink()
{
@unlink($this->filename);
@unlink($this->filepath);
}
static function maxFileSize()