mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
게시글 관리시 해당 모듈의 최고관리자로 지정된 사용자뿐 아니라 관리 그룹에 속한 대상들도 글 관리 권한을 가지도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3491 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f14af52fb3
commit
823ee82b1d
4 changed files with 54 additions and 1 deletions
|
|
@ -89,6 +89,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
// 스팸 처리가 되지 않도록 스팸필터 설정
|
||||
$oSpamController = &getController('spamfilter');
|
||||
$oSpamController->setAvoidLog();
|
||||
|
||||
if($type == 'move') {
|
||||
if(!$module_srl) return new Object(-1, 'fail_to_move');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue