mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
#17945613 : 익명 게시판의 경우 member_srl과 ipaddress가 나오지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6150 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1553e63fa8
commit
9e8078a6d6
2 changed files with 20 additions and 12 deletions
|
|
@ -37,6 +37,10 @@
|
|||
$this->document_srl = null;
|
||||
return;
|
||||
}
|
||||
if ($attribute->member_srl < 0) {
|
||||
$attribute->member_srl = 0;
|
||||
$attribute->ipaddress = '0.0.0.0';
|
||||
}
|
||||
$this->document_srl = $attribute->document_srl;
|
||||
$this->lang_code = $attribute->lang_code;
|
||||
$this->adds($attribute);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue