Skip to content

Commit 538713e

Browse files
committed
correct lang string reference
1 parent d9c219d commit 538713e

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)