From 9fb455d38a3b84c122a35dcae2758f1349bd8c7d Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 14 Apr 2018 23:46:02 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EC=9A=A9=EC=9E=A5=20=EA=B1=B0?= =?UTF-8?q?=EC=A0=88=EC=8B=9C=20=ED=95=A8=EC=88=98=EB=AA=85=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/sammo/ScoutMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/ScoutMessage.php b/hwe/sammo/ScoutMessage.php index 0cd789dd..d641333e 100644 --- a/hwe/sammo/ScoutMessage.php +++ b/hwe/sammo/ScoutMessage.php @@ -131,7 +131,7 @@ class ScoutMessage extends Message{ throw \RuntimeException('전송되지 않은 메시지에 거절 진행 중'); } - list($result, $reason) = $this->checkDeclineValidation($receiverID); + list($result, $reason) = $this->checkScoutMessageValidation($receiverID); if($result === self::INVALID){ pushGenLog(['no'=>$receiverID], ["●{$reason} 등용 수락 불가."]);