From 617e0df18406802040e80eeca034753bb8d69041 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Mon, 28 Jan 2019 16:59:29 +0100 Subject: [PATCH] Fix typo See #2825 --- .../install/files/lib/system/file/upload/UploadFile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); } } -- 2.20.1