mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #2208 unused variable in getDocumentTrashList()
This commit is contained in:
parent
37745f4717
commit
2c0589ce4b
1 changed files with 0 additions and 2 deletions
|
|
@ -63,10 +63,8 @@ class DocumentAdminModel extends Document
|
|||
|
||||
foreach($data as $key => $attribute)
|
||||
{
|
||||
$oDocument = null;
|
||||
$oDocument = new documentItem();
|
||||
$oDocument->setAttribute($attribute, false);
|
||||
if($is_admin) $oDocument->setGrant();
|
||||
|
||||
$output->data[$virtual_number] = $oDocument;
|
||||
$virtual_number--;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue