1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 20:11:46 +02:00

Update Pageimage.php

This commit is contained in:
horst-n
2019-04-25 11:01:57 +02:00
parent 232f66dedf
commit 023a672e26

View File

@@ -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