mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-13 23:42:13 +09:00
issue 53 if document extra vars is serialized, do not serialize with duplicate.
and when insert trash, TrashVO make from External module. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8575 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2fdc18196c
commit
c44583f122
4 changed files with 10 additions and 14 deletions
|
|
@ -547,6 +547,7 @@
|
|||
|
||||
//DB restore
|
||||
$output = $oDocumentController->insertDocument($originObject, false, true);
|
||||
if(!$output->toBool()) return new Object(-1, $output->getMessage());
|
||||
|
||||
//FILE restore
|
||||
$oDocument = $oDocumentModel->getDocument($originObject->document_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue