X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=wcfsetup%2Finstall%2Ffiles%2Flib%2Fsystem%2Fcategory%2FAbstractCategoryType.class.php;h=dc7d5879d43d0849b0ed67957da92ec076a361b6;hb=f3874b1435cf4e984a1f68a5d81ee788a6df963a;hp=3c2faf6564ce48c15e8f96ae8132aadc2ded0307;hpb=1a272836f0ad17b3c06ffdc79a0a92e5f1ad3eb0;p=GitHub%2FWoltLab%2FWCF.git diff --git a/wcfsetup/install/files/lib/system/category/AbstractCategoryType.class.php b/wcfsetup/install/files/lib/system/category/AbstractCategoryType.class.php index 3c2faf6564..dc7d5879d4 100644 --- a/wcfsetup/install/files/lib/system/category/AbstractCategoryType.class.php +++ b/wcfsetup/install/files/lib/system/category/AbstractCategoryType.class.php @@ -184,4 +184,12 @@ abstract class AbstractCategoryType extends SingletonFactory implements ICategor public function hasDescription() { return $this->hasDescription; } + + /** + * @inheritDoc + * @since 5.2 + */ + public function supportsHtmlDescription() { + return false; + } }