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