From: Mikael Nordfeldth Date: Wed, 16 Apr 2014 18:08:21 +0000 (+0200) Subject: ImageFile unlink function referenced bad path X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=00aa3fa734cbea9e7796c8ef419c0de16af81b79;p=quix0rs-gnu-social.git ImageFile unlink function referenced bad path --- 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()