mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
념글모드 테스트
This commit is contained in:
parent
88d65d52a9
commit
6af71f7940
2 changed files with 5 additions and 0 deletions
|
|
@ -1426,6 +1426,10 @@ class DocumentModel extends Document
|
|||
$args->s_is_notice = ($searchOpt->except_notice ?? false) ? 'N' : null;
|
||||
$args->statusList = $searchOpt->statusList ?? array(self::getConfigStatus('public'), self::getConfigStatus('secret'));
|
||||
$args->columnList = $searchOpt->columnList ?? array();
|
||||
if (isset($searchOpt->s_voted_count) && $searchOpt->s_voted_count > 0)
|
||||
{
|
||||
$args->s_voted_count = intval($searchOpt->s_voted_count);
|
||||
}
|
||||
|
||||
// get directly module_srl by mid
|
||||
if(isset($searchOpt->mid) && $searchOpt->mid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue