mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#431 상담기능 사용중이라고 할지라도 공지사항은 읽을 수 있도록 기능 개선
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3922 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
689e148847
commit
77899911c6
1 changed files with 2 additions and 2 deletions
|
|
@ -107,8 +107,8 @@
|
|||
// 글에 대한 정보를 구함
|
||||
$oDocument->setDocument($document_srl);
|
||||
|
||||
// 상담 기능이 열려 있을 경우 현재 사용자의 글이 아니면 무시
|
||||
if($oDocument->isExists() && $this->consultation) {
|
||||
// 상담기능이 사용되고 공지사항이 아니고 사용자의 글도 아니면 무시
|
||||
if($oDocument->isExists() && $this->consultation && !$oDocument->isNotice()) {
|
||||
$logged_info = Context::get('logged_info');
|
||||
if($oDocument->get('member_srl')!=$logged_info->member_srl) $oDocument = new DocumentItem();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue