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:
ovclas 2011-07-07 05:08:35 +00:00
parent 2fdc18196c
commit c44583f122
4 changed files with 10 additions and 14 deletions

View file

@ -79,9 +79,6 @@
$oTrashVO->setTitle(trim(strip_tags($oComment->variables['content'])));
$oTrashVO->setOriginModule('comment');
$oTrashVO->setSerializedObject(serialize($oComment->variables));
$oTrashVO->setIpaddress($_SERVER['REMOTE_ADDR']);
$oTrashVO->setRemoverSrl($logged_info->member_srl);
$oTrashVO->setRegdate(date('YmdHis'));
$output = $oTrashAdminController->insertTrash($oTrashVO);
if (!$output->toBool()) {