mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
컨버터 이름 소문자로 통일
This commit is contained in:
parent
35646700fe
commit
66e276c969
3 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue