From 009d74143f5e7569e12e3e1e5e31674fcf3aa069 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 23 Jun 2008 02:39:56 +0000 Subject: [PATCH] =?UTF-8?q?communication=EB=AA=A8=EB=8D=B8=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=B9=9C=EA=B5=AC=ED=99=95=EC=9D=B8=EC=9D=84=20?= =?UTF-8?q?=ED=95=98=EB=8A=94=20=EC=BD=94=EB=93=9C=EC=9D=98=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4317 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/communication/communication.controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/communication/communication.controller.php b/modules/communication/communication.controller.php index a2f4ce821..4343a8883 100644 --- a/modules/communication/communication.controller.php +++ b/modules/communication/communication.controller.php @@ -53,6 +53,7 @@ // 받을 회원이 있는지에 대한 검사 $oMemberModel = &getModel('member'); + $oCommunicationModel = &getModel('communication'); $receiver_member_info = $oMemberModel->getMemberInfoByMemberSrl($receiver_srl); if($receiver_member_info->member_srl != $receiver_srl) return new Object(-1, 'msg_not_exists_member');