Fix mobile editor in default skins

게시판별 에디터 설정이 아닌 에디터 모듈의 기본 설정이 적용되는 문제 수정
This commit is contained in:
Kijin Sung 2017-07-08 23:51:52 +09:00
parent e18857532d
commit 1f3bf62c34
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@
<li>
<label for="rText">{$lang->comment}</label>
<input type="hidden" name="content" value="" />
{getModel('comment')->getComment(0)->getEditor()}
{$oDocument->getCommentEditor()}
</li>
<!--@if(!$is_logged)-->
<li>

View file

@ -74,7 +74,7 @@
<li>
<label for="rText" class="db fb">{$lang->comment}</label>
<input type="hidden" name="content" value="" />
{getModel('comment')->getComment(0)->getEditor()}
{$oDocument->getCommentEditor()}
</li>
<!--@if(!$is_logged)-->
<li>