#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:
haneul 2009-06-24 06:20:44 +00:00
parent 2b4bc511ef
commit b02ec61428

View file

@ -224,6 +224,7 @@
$oDocument = $oDocumentModel->getDocument($req->document_srl);
$oDocument->add('tags',$req->planet_content_tag);
$obj = $oDocument->getObjectVars();
$obj->postscript = $oDocument->getExtraValue(20);
$output = $oDocumentController->updateDocument($oDocument, $obj);
$this->setMessage('success_updated');