From 33b914fd4b742468ae3444b3f7eb17c166249a05 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 30 Jan 2019 00:03:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=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_msg_get_old.php | 2 +- hwe/j_msg_get_recent.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/j_msg_get_old.php b/hwe/j_msg_get_old.php index 1747b285..2237b71c 100644 --- a/hwe/j_msg_get_old.php +++ b/hwe/j_msg_get_old.php @@ -60,7 +60,7 @@ if($me === null){ } [$generalID, $nationID, $generalName] = [$me['no'], $me['nation'], $me['name']]; -$permission = checkSecretPermission($me); +$permission = checkSecretPermission($me, false); $result = [ 'private'=>[], diff --git a/hwe/j_msg_get_recent.php b/hwe/j_msg_get_recent.php index 5e167c68..9a22adab 100644 --- a/hwe/j_msg_get_recent.php +++ b/hwe/j_msg_get_recent.php @@ -48,7 +48,7 @@ if($me === null){ } [$generalID, $nationID, $generalName] = [$me['no'], $me['nation'], $me['name']]; -$permission = checkSecretPermission($me); +$permission = checkSecretPermission($me, false); $result = []; $result['result'] = true;