From: Joshua Rüsweg Date: Mon, 28 Jan 2019 15:59:29 +0000 (+0100) Subject: Fix typo X-Git-Tag: 5.2.0_Alpha_1~296^2~23 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=617e0df18406802040e80eeca034753bb8d69041;p=GitHub%2FWoltLab%2FWCF.git Fix typo See #2825 --- diff --git a/wcfsetup/install/files/lib/system/file/upload/UploadFile.class.php b/wcfsetup/install/files/lib/system/file/upload/UploadFile.class.php index 065f201fc2..b10544bc50 100644 --- a/wcfsetup/install/files/lib/system/file/upload/UploadFile.class.php +++ b/wcfsetup/install/files/lib/system/file/upload/UploadFile.class.php @@ -141,7 +141,7 @@ class UploadFile { return 'data:image/svg+xml;base64,'.base64_encode(file_get_contents($this->location)); } - throw new \LogicException('File is an image, but can not be rendered.8'); + throw new \LogicException('File is an image, but can not be rendered.'); } }