mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +09:00
에디터의 변화로 인해 포인트 애드온의 글작성후 포인트 부여 부분의 코드 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2574 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b83c6484e6
commit
fab81b9cc3
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue