mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Update trash.admin.view.php
This commit is contained in:
parent
1153f7256e
commit
b7de4d34a0
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class trashAdminView extends trash
|
|||
|
||||
$oTrashModel = getModel('trash');
|
||||
$output = $oTrashModel->getTrash($trash_srl);
|
||||
if(!$output->data->trash_srl) return new Object(-1, 'msg_invalid_request');
|
||||
if(!$output->data->getTrashSrl()) return new Object(-1, 'msg_invalid_request');
|
||||
|
||||
$originObject = unserialize($output->data->getSerializedObject());
|
||||
if(is_array($originObject)) $originObject = (object)$originObject;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue