git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6394 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2009-05-25 09:56:31 +00:00
parent 0c80196717
commit afaed6792d

View file

@ -1003,7 +1003,7 @@
$output = executeQueryArray('document.getTrashList', $args);
if($output->data){
foreach($output->data as $key => &$attribute) {
foreach($output->data as $key => $attribute) {
$oDocument = null;
$oDocument = new documentItem();
$oDocument->setAttribute($attribute, false);