From 4955edf69cde125ea2c7904a7fb8d9ab6aaf8a4a Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 14 Feb 2019 21:28:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=99=B8=EA=B5=90=EB=B6=80=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_diplomacy_get_letter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/j_diplomacy_get_letter.php b/hwe/j_diplomacy_get_letter.php index e47bc957..b7fa163c 100644 --- a/hwe/j_diplomacy_get_letter.php +++ b/hwe/j_diplomacy_get_letter.php @@ -43,8 +43,8 @@ foreach( ) as $letter ){ - if($permission < 3 && $letter['detail']){ - $letter['detail'] = '(권한이 부족합니다)'; + if($permission < 3 && $letter['text_detail']){ + $letter['text_detail'] = '(권한이 부족합니다)'; } $letter['aux'] = Json::decode($letter['aux']); $letter['src'] = $letter['aux']['src'];