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;