From 023a672e26ceabd8add0ae3f83ff7c02d743483e Mon Sep 17 00:00:00 2001 From: horst-n Date: Thu, 25 Apr 2019 11:01:57 +0200 Subject: [PATCH] Update Pageimage.php --- wire/core/Pageimage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wire/core/Pageimage.php b/wire/core/Pageimage.php index 02cab7f8..2535f668 100644 --- a/wire/core/Pageimage.php +++ b/wire/core/Pageimage.php @@ -777,7 +777,6 @@ class Pageimage extends Pagefile { $filenameUnvalidated = ''; $exists = file_exists($filenameFinal); - // create a new resize if it doesn't already exist or forceNew option is set if(!$exists && !file_exists($this->filename())) { // no original file exists to create variation from