mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
#18098059 : fix the problem that modifying tags caused to remove postscript
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6661 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2b4bc511ef
commit
b02ec61428
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@
|
||||||
$oDocument = $oDocumentModel->getDocument($req->document_srl);
|
$oDocument = $oDocumentModel->getDocument($req->document_srl);
|
||||||
$oDocument->add('tags',$req->planet_content_tag);
|
$oDocument->add('tags',$req->planet_content_tag);
|
||||||
$obj = $oDocument->getObjectVars();
|
$obj = $oDocument->getObjectVars();
|
||||||
|
$obj->postscript = $oDocument->getExtraValue(20);
|
||||||
|
|
||||||
$output = $oDocumentController->updateDocument($oDocument, $obj);
|
$output = $oDocumentController->updateDocument($oDocument, $obj);
|
||||||
$this->setMessage('success_updated');
|
$this->setMessage('success_updated');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue