mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 02:12:15 +09:00
익명글 포함 검색 권한 체크를 documentAdminView에서 처리
This commit is contained in:
parent
79b9cc27ae
commit
9460f8ee7c
2 changed files with 10 additions and 6 deletions
|
|
@ -1405,11 +1405,6 @@ class documentModel extends document
|
|||
elseif($search_keyword=='temp') $args->statusList = array($this->getConfigStatus('temp'));
|
||||
break;
|
||||
case 'member_srl' :
|
||||
if($logged_info->member_srl == $searchOpt->search_keyword || $logged_info->is_admin == 'Y')
|
||||
{
|
||||
$args->member_srl = -1*$searchOpt->search_keyword . ',' . $searchOpt->search_keyword;
|
||||
}
|
||||
break;
|
||||
case 'readed_count' :
|
||||
case 'voted_count' :
|
||||
case 'comment_count' :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue