공지글 해제 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5886 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-17 05:36:26 +00:00
parent 67a47e3579
commit 5fb8f95c46

View file

@ -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()) {