휴지통에서 복원이 정상적으로 되지 못하는 문제 수정.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5916 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
rubyeye 2009-03-19 06:45:09 +00:00
parent c4512f9687
commit 00e3010739

View file

@ -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;
}