mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
휴지통에서 복원이 정상적으로 되지 못하는 문제 수정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5916 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c4512f9687
commit
00e3010739
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@
|
|||
|
||||
$trash_args->trash_srl = $trash_srl;
|
||||
|
||||
$output = executeQuery('document.getTrash', $args);
|
||||
$output = executeQuery('document.getTrash', $trash_args);
|
||||
if (!$output->toBool()) {
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue