Hi, I changed user title & banner text max lenght (100>200)
but file health check fail
Is this a problem or not?
FTP > /library/XenForo/DataWriter/UserGroup.php
'user_title' => array('type' => self::TYPE_STRING, 'default' => '', 'maxLength' => 200),
'banner_text' =>...