From 9b773d19b213b89b54bec2ed571295c5f10857fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 6 Jul 2020 17:10:31 +0200 Subject: [PATCH] Fix duplicate semicolon --- wcfsetup/install/files/lib/data/style/StyleAction.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/data/style/StyleAction.class.php b/wcfsetup/install/files/lib/data/style/StyleAction.class.php index 0450bf0008..d917e662b6 100644 --- a/wcfsetup/install/files/lib/data/style/StyleAction.class.php +++ b/wcfsetup/install/files/lib/data/style/StyleAction.class.php @@ -522,7 +522,7 @@ BROWSERCONFIG; // shrink avatar if necessary $fileLocation = $file->getLocation(); - $basename = $this->parameters['type'].'-'.$this->parameters['tmpHash'].'.'.$file->getFileExtension();; + $basename = $this->parameters['type'].'-'.$this->parameters['tmpHash'].'.'.$file->getFileExtension(); $target = WCF_DIR.$this->parameters['imagePath'].'/'.$basename; // move uploaded file -- 2.20.1