Delete the empty phrase during update from 5.3 to 5.4
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 3 May 2021 12:50:02 +0000 (14:50 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 3 May 2021 12:50:02 +0000 (14:50 +0200)
see 9e280cb5c1dd3e398a3096b55f6d88be4baa6923
see https://community.woltlab.com/thread/289955/

wcfsetup/install/files/acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php

index 16a1b6993fb894c473174ea38828e34921f1b4d0..a7160fc788b05e916d4a539fbfb49cf38b020bcd 100644 (file)
@@ -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',