Skip to content

Commit 9b0ffad

Browse files
JulianAtkinsmichalsn
authored andcommitted
correct lang string reference
1 parent adee87f commit 9b0ffad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Images/Handlers/ImageMagickHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ protected function supportedFormatCheck()
307307
}
308308

309309
if ($this->image()->imageType === IMAGETYPE_WEBP && ! in_array('WEBP', Imagick::queryFormats(), true)) {
310-
throw ImageException::forInvalidImageCreate(lang('images.webpNotSupported'));
310+
throw ImageException::forInvalidImageCreate(lang('Images.webpNotSupported'));
311311
}
312312
}
313313

0 commit comments

Comments
 (0)