mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Reapply "Merge pull request #1580 from YJSoft/patch-1"
This reverts commit 9e55447045.
This commit is contained in:
parent
4bb823ddfe
commit
96eae68105
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class documentView extends document
|
|||
|
||||
if(count($document_srl_list))
|
||||
{
|
||||
$document_list = DocumentModel::getDocuments($document_srl_list, $this->grant->is_admin);
|
||||
$document_list = DocumentModel::getDocuments($document_srl_list);
|
||||
Context::set('document_list', $document_list);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue