게시글 관리시 해당 모듈의 최고관리자로 지정된 사용자뿐 아니라 관리 그룹에 속한 대상들도 글 관리 권한을 가지도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3491 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-07 13:54:51 +00:00
parent f14af52fb3
commit 823ee82b1d
4 changed files with 54 additions and 1 deletions

View file

@ -89,6 +89,10 @@
}
}
// 스팸 처리가 되지 않도록 스팸필터 설정
$oSpamController = &getController('spamfilter');
$oSpamController->setAvoidLog();
if($type == 'move') {
if(!$module_srl) return new Object(-1, 'fail_to_move');