에디터의 변화로 인해 포인트 애드온의 글작성후 포인트 부여 부분의 코드 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2574 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-11 04:06:11 +00:00
parent b83c6484e6
commit fab81b9cc3

View file

@ -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);