From: Marcel Werk Date: Mon, 21 Dec 2015 12:43:48 +0000 (+0100) Subject: a style no longer needs a description X-Git-Tag: 3.0.0_Beta_1~2030^2~207^2~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c0d465e3b168b87ef0f767bdd29d0e731f78fb7f;p=GitHub%2FWoltLab%2FWCF.git a style no longer needs a description --- diff --git a/wcfsetup/install/files/lib/acp/form/StyleAddForm.class.php b/wcfsetup/install/files/lib/acp/form/StyleAddForm.class.php index 481f03e27b..d1e370fd4b 100644 --- a/wcfsetup/install/files/lib/acp/form/StyleAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/StyleAddForm.class.php @@ -303,11 +303,6 @@ class StyleAddForm extends AbstractForm { } } - // validate style description - if (!I18nHandler::getInstance()->validateValue('styleDescription', true, true)) { - throw new UserInputException('styleDescription'); - } - // validate template group id if ($this->templateGroupID) { if (!isset($this->availableTemplateGroups[$this->templateGroupID])) {