mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-05 19:42:12 +09:00
issue 160 when document management,
do not get content in query. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9358 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b4f21279f0
commit
cb18ff3064
2 changed files with 5 additions and 4 deletions
|
|
@ -1776,7 +1776,8 @@ class documentController extends document {
|
|||
|
||||
if(count($documentSrlList) > 0) {
|
||||
$oDocumentModel = &getModel('document');
|
||||
$documentList = $oDocumentModel->getDocuments($documentSrlList, $this->grant->is_admin);
|
||||
$columnList = array('document_srl', 'title', 'nick_name', 'status');
|
||||
$documentList = $oDocumentModel->getDocuments($documentSrlList, $this->grant->is_admin, false, $columnList);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -1808,4 +1809,4 @@ class documentController extends document {
|
|||
if(!$obj->status && $obj->is_secret != 'Y') $obj->status = $this->getConfigStatus('public');
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue