mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
Add initial support for all-boards notice
This commit is contained in:
parent
d1edc53b4e
commit
2b77b42480
7 changed files with 25 additions and 7 deletions
|
|
@ -332,7 +332,7 @@ class documentItem extends BaseObject
|
|||
|
||||
function isNotice()
|
||||
{
|
||||
return (bool) ($this->get('is_notice') == 'Y');
|
||||
return (bool) ($this->get('is_notice') !== 'N');
|
||||
}
|
||||
|
||||
function useNotify()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue