mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1063 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bf19a8cf2a
commit
c383b4af56
3 changed files with 20 additions and 8 deletions
|
|
@ -600,8 +600,8 @@
|
|||
$flag_list = $_SESSION['document_management'][$this->module_srl];
|
||||
|
||||
// 목록이 있으면 게시글을 가져옴
|
||||
$document_srl_list = array_keys($flag_list);
|
||||
if(count($document_srl_list)) {
|
||||
if(count($flag_list)) $document_srl_list = array_keys($flag_list);
|
||||
if(is_array($document_srl_list) && count($document_srl_list)) {
|
||||
$oDocumentModeul = &getModel('document');
|
||||
$document_list = $oDocumentModeul->getDocuments($document_srl_list, $this->grant->is_admin);
|
||||
Context::set('document_list', $document_list);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue