From 9e960e5f98169e71db810f29623eab340158d214 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 26 Mar 2018 17:57:26 +0200 Subject: [PATCH] Fixed broken 'about me' text --- wcfsetup/install/files/lib/system/WCFSetup.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index 4a0648aa94..8b00fb31ff 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -1024,7 +1024,8 @@ class WCFSetup extends WCF { 'email' => $email, 'languageID' => $languageID, 'password' => $password, - 'username' => $username + 'username' => $username, + 'signatureEnableHtml' => 1 ], 'groups' => [ 1, -- 2.20.1