From 00aa3fa734cbea9e7796c8ef419c0de16af81b79 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 16 Apr 2014 20:08:21 +0200 Subject: [PATCH] ImageFile unlink function referenced bad path --- lib/imagefile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/imagefile.php b/lib/imagefile.php index ae14654bfb..50be74b347 100644 --- a/lib/imagefile.php +++ b/lib/imagefile.php @@ -290,7 +290,7 @@ class ImageFile function unlink() { - @unlink($this->filename); + @unlink($this->filepath); } static function maxFileSize() -- 2.39.5