mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix #2024 missing status list check in getNoticeList()
This commit is contained in:
parent
1312155aba
commit
221fa3daf8
2 changed files with 10 additions and 6 deletions
|
|
@ -304,6 +304,7 @@ class documentModel extends document
|
|||
$args = new stdClass();
|
||||
$args->module_srl = $obj->module_srl;
|
||||
$args->category_srl = $obj->category_srl ?? null;
|
||||
$args->statusList = isset($obj->statusList) ? $obj->statusList : array(self::getConfigStatus('public'), self::getConfigStatus('secret'));
|
||||
|
||||
// Call trigger (before)
|
||||
// This trigger can be used to set an alternative output using a different search method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue