mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
This commit is contained in:
parent
9756261a1a
commit
d83ccd67aa
4 changed files with 30 additions and 1 deletions
|
|
@ -80,6 +80,11 @@ class fileAdminModel extends file
|
|||
$args->page_count = $obj->page_count?$obj->page_count:10;
|
||||
$args->s_module_srl = $obj->module_srl;
|
||||
$args->exclude_module_srl = $obj->exclude_module_srl;
|
||||
if(toBool($obj->exclude_secret))
|
||||
{
|
||||
$args->document_status = 'PUBLIC';
|
||||
$args->comment_is_secret = 'N';
|
||||
}
|
||||
// Execute the file.getFileList query
|
||||
$output = executeQuery('file.getFileList', $args, $columnList);
|
||||
// Return if no result or an error occurs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue