파라미터 이름이 *srl일 경우 발생되는 호환 문제 수정

mid의 레이아웃(layout_srl) 설정을 '사이트 기본 레이아웃' (음수값 -1) 으로 할 수 없는 문제 수정
This commit is contained in:
conory 2018-04-23 01:05:28 +09:00
parent 591e9cb270
commit 5ebbbf5b36
2 changed files with 2 additions and 2 deletions

View file

@ -506,7 +506,7 @@ class boardView extends board
// set member_srl for view particular member's document
if($this->module_info->use_anonymous !== 'Y')
{
$args->member_srl = Context::get('member_srl');
$args->member_srl = abs(Context::get('member_srl'));
}
// if the category is enabled, then get the category