mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Creating default object
This commit is contained in:
parent
cfa151b8c2
commit
e379d037a4
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ class trashAdminView extends trash
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Trash View - sejin7940
|
// Trash View - sejin7940
|
||||||
function dispTrashAdminView()
|
function dispTrashAdminView()
|
||||||
{
|
{
|
||||||
|
|
@ -103,6 +102,7 @@ class trashAdminView extends trash
|
||||||
Context::set('module_info', $module_info);
|
Context::set('module_info', $module_info);
|
||||||
|
|
||||||
if($originObject) {
|
if($originObject) {
|
||||||
|
$args_extra = new stdClass;
|
||||||
$args_extra->module_srl = $originObject->module_srl;
|
$args_extra->module_srl = $originObject->module_srl;
|
||||||
$args_extra->document_srl = $originObject->document_srl;
|
$args_extra->document_srl = $originObject->document_srl;
|
||||||
$output_extra = executeQueryArray('trash.getDocumentExtraVars', $args_extra);
|
$output_extra = executeQueryArray('trash.getDocumentExtraVars', $args_extra);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue