mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
회원 메모가 세팅되었는지 명확하게 설정추가
This commit is contained in:
parent
46d7d3e8c4
commit
d603b6c966
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class memberAdminController extends member
|
||||||
}
|
}
|
||||||
|
|
||||||
// 실제로 디비쿼리시 빈값이 없다면 해당 쿼리를 무시하고 업데이트 하기 때문에 메모의 내용이 삭제가 되지 않습니다.
|
// 실제로 디비쿼리시 빈값이 없다면 해당 쿼리를 무시하고 업데이트 하기 때문에 메모의 내용이 삭제가 되지 않습니다.
|
||||||
if(!$args->description)
|
if(!isset($args->description))
|
||||||
{
|
{
|
||||||
$args->description = '';
|
$args->description = '';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue