mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
파라미터 이름이 *srl일 경우 발생되는 호환 문제 수정
mid의 레이아웃(layout_srl) 설정을 '사이트 기본 레이아웃' (음수값 -1) 으로 할 수 없는 문제 수정
This commit is contained in:
parent
591e9cb270
commit
5ebbbf5b36
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue