Fix typo
authorJoshua Rüsweg <josh@bastelstu.be>
Mon, 28 Jan 2019 15:59:29 +0000 (16:59 +0100)
committerJoshua Rüsweg <josh@bastelstu.be>
Mon, 28 Jan 2019 15:59:29 +0000 (16:59 +0100)
See #2825

wcfsetup/install/files/lib/system/file/upload/UploadFile.class.php

index 065f201fc298cd9b21ccf4f51a5c64eb65869978..b10544bc50655e02b9ed05fc3c339a49115531ac 100644 (file)
@@ -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.');
                }
        }