mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix undefined variable warning in trash view screen
This commit is contained in:
parent
c29a603d7c
commit
37745f4717
2 changed files with 4 additions and 3 deletions
|
|
@ -59,6 +59,7 @@ class TrashAdminView extends Trash
|
|||
$oTrashModel = getModel('trash');
|
||||
$output = $oTrashModel->getTrashList($args);
|
||||
|
||||
Context::set('originModule', strval($args->originModule));
|
||||
Context::set('trash_list', $output->data);
|
||||
Context::set('total_count', $output->total_count);
|
||||
Context::set('total_page', $output->total_page);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue