diff --git a/modules/system/models/File.php b/modules/system/models/File.php index 5b01a8f96..ffca84afb 100644 --- a/modules/system/models/File.php +++ b/modules/system/models/File.php @@ -27,6 +27,7 @@ class File extends FileBase { $url = ''; if (!$this->isPublic() && class_exists(Files::class)) { + $options = $this->getDefaultThumbOptions($options); // Ensure that the thumb exists first parent::getThumb($width, $height, $options);