From: Joshua Rüsweg Date: Mon, 27 Nov 2017 20:09:52 +0000 (+0100) Subject: Remove superfluous empty line X-Git-Tag: 3.1.0_Beta_4~34^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c506f303681960ed2dd918ded7212c652c0d40e3;p=GitHub%2FWoltLab%2FWCF.git Remove superfluous empty line See #2485 --- diff --git a/wcfsetup/install/files/lib/system/importer/UserTrophyImporter.class.php b/wcfsetup/install/files/lib/system/importer/UserTrophyImporter.class.php index b49726fe13..ca9cf7a272 100644 --- a/wcfsetup/install/files/lib/system/importer/UserTrophyImporter.class.php +++ b/wcfsetup/install/files/lib/system/importer/UserTrophyImporter.class.php @@ -48,7 +48,6 @@ class UserTrophyImporter extends AbstractImporter { ]; } - $this->importI18nValues($items, 'wcf.user.trophy', 'com.woltlab.wcf'); (new UserTrophyEditor($userTrophy))->update($updateData);