mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
공지글 해제 문제 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5886 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
67a47e3579
commit
5fb8f95c46
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@
|
|||
}
|
||||
|
||||
// 공지사항 글이면 공지사항 캐시 업데이트
|
||||
if($source_obj->is_notice == 'Y' || $obj->is_notice == 'Y') $this->updateDocumentNoticeCache($obj->module_srl);
|
||||
if($source_obj->get('is_notice') == 'Y' || $obj->is_notice == 'Y') $this->updateDocumentNoticeCache($obj->module_srl);
|
||||
|
||||
// trigger 호출 (after)
|
||||
if($output->toBool()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue