From ba186254fd2e5b467c6b36db07212010f32a673b Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 25 Sep 2015 15:21:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=A9=EB=8F=8C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/write.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/write.php b/bbs/write.php index d727f73be..aa7181935 100644 --- a/bbs/write.php +++ b/bbs/write.php @@ -392,7 +392,7 @@ if ($is_guest) { $is_dhtml_editor = false; $is_dhtml_editor_use = false; $editor_content_js = ''; -if($config['cf_editor'] && !is_mobile() || defined('G5_IS_MOBILE_DHTML_USE') && G5_IS_MOBILE_DHTML_USE) +if(!is_mobile() || defined('G5_IS_MOBILE_DHTML_USE') && G5_IS_MOBILE_DHTML_USE) $is_dhtml_editor_use = true; // 모바일에서는 G5_IS_MOBILE_DHTML_USE 설정에 따라 DHTML 에디터 적용