From: Tim Düsterhus Date: Mon, 3 May 2021 12:50:02 +0000 (+0200) Subject: Delete the empty phrase during update from 5.3 to 5.4 X-Git-Tag: 5.4.0_Alpha_1~4^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c7c00ecffd3b8af92e3a4cb4bcf15ae72b86ed1e;p=GitHub%2FWoltLab%2FWCF.git Delete the empty phrase during update from 5.3 to 5.4 see 9e280cb5c1dd3e398a3096b55f6d88be4baa6923 see https://community.woltlab.com/thread/289955/ --- diff --git a/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php b/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php index 16a1b6993f..a7160fc788 100644 --- a/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php +++ b/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php @@ -4,6 +4,8 @@ use wcf\data\language\item\LanguageItemAction; use wcf\data\language\item\LanguageItemList; $languageItems = [ + // The empty phrase. See: https://github.com/WoltLab/WCF/commit/9e280cb5c1dd3e398a3096b55f6d88be4baa6923 + '', 'wcf.acp.group.option.user.attachment.allowedExtensions.description', 'wcf.acp.group.option.user.contactForm.attachment.allowedExtensions.description', 'wcf.acp.group.option.user.signature.attachment.allowedExtensions.description',