mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6394 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0c80196717
commit
afaed6792d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue