컨버터 이름 소문자로 통일

This commit is contained in:
conory 2017-07-14 21:22:12 +09:00
parent 35646700fe
commit 66e276c969
3 changed files with 8 additions and 8 deletions

View file

@ -1629,7 +1629,7 @@ class memberController extends member
$config = getModel('member')->getMemberConfig();
if($config->signature_html == 'N')
{
$obj->converter = 'Text';
$obj->converter = 'text';
}
$obj->content = $signature;
$obj->editor_skin = $config->signature_editor_skin;