mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Fix exposure of unnecessary information via board API
This commit is contained in:
parent
bff80770f1
commit
d343422541
2 changed files with 25 additions and 8 deletions
|
|
@ -416,6 +416,7 @@ class boardView extends board
|
|||
$oDocumentModel = getModel('document');
|
||||
$document_srl = Context::get('document_srl');
|
||||
$oDocument = $oDocumentModel->getDocument($document_srl);
|
||||
Context::set('oDocument', $oDocument);
|
||||
Context::set('file_list',$oDocument->getUploadedFiles());
|
||||
|
||||
$oSecurity = new Security();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue