mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
관리자가 글 수정이후 원글자가 글수정시 등록버튼누르면 권한이 없다고 뜨는 현상 개선...
This commit is contained in:
parent
97f30ba38c
commit
316af7233c
1 changed files with 4 additions and 1 deletions
|
|
@ -79,7 +79,10 @@ class boardController extends board
|
|||
$obj->email_address = $obj->homepage = $obj->user_id = '';
|
||||
$obj->user_name = $obj->nick_name = 'anonymous';
|
||||
$bAnonymous = true;
|
||||
$oDocument->add('member_srl', $obj->member_srl);
|
||||
if($is_update===false)
|
||||
{
|
||||
$oDocument->add('member_srl', $obj->member_srl);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue