From fab81b9cc30333f153beb3810bfaf09eac04a65f Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 11 Sep 2007 04:06:11 +0000 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=94=94=ED=84=B0=EC=9D=98=20?= =?UTF-8?q?=EB=B3=80=ED=99=94=EB=A1=9C=20=EC=9D=B8=ED=95=B4=20=ED=8F=AC?= =?UTF-8?q?=EC=9D=B8=ED=8A=B8=20=EC=95=A0=EB=93=9C=EC=98=A8=EC=9D=98=20?= =?UTF-8?q?=EA=B8=80=EC=9E=91=EC=84=B1=ED=9B=84=20=ED=8F=AC=EC=9D=B8?= =?UTF-8?q?=ED=8A=B8=20=EB=B6=80=EC=97=AC=20=EB=B6=80=EB=B6=84=EC=9D=98=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EB=B3=80=EA=B2=BD?= 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@2574 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- addons/point/point.addon.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/point/point.addon.php b/addons/point/point.addon.php index f318f5a0b..aca5b5af9 100644 --- a/addons/point/point.addon.php +++ b/addons/point/point.addon.php @@ -38,7 +38,9 @@ // 게시글 작성 if(strpos($config->insert_document_act,$this->act)!==false) { - $document_srl = Context::get('document_srl'); + if(!$this->toBool()) return; + $document_srl = $this->get('document_srl'); + $oDocumentModel = &getModel('document'); $oDocument = $oDocumentModel->getDocument($document_srl);