1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-23 23:02:58 +02:00

cleaning and beautyfying

This commit is contained in:
horst-n
2019-04-27 10:46:39 +02:00
parent a4431829d9
commit 1b96368aa2
2 changed files with 3 additions and 2 deletions

View File

@@ -1262,6 +1262,7 @@ abstract class ImageSizerEngine extends WireData implements Module, Configurable
$options = array(
'quality' => $this->quality,
'webpQuality' => $this->webpQuality,
'webpAdd' => $this->webpAdd,
'cropping' => $this->cropping,
'upscaling' => $this->upscaling,
'interlace' => $this->interlace,