mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
필요할 때 라이믹스 (Rhymix PRN) - 멤버 모바일 스킨 (#885)
* 필요할 때 라이믹스 (Rhymix PRN) # 필요할 때 라이믹스 (Rhymix PRN) 마더캣님과 작업하는 정식 라이믹스 회원 모듈 모바일 스킨 디자인: 마더캣 구현: 미솔 참고: 미솔의 개인적인 스케줄이 바빠서 오래 걸릴 예정. rhymix-designs 에서 작업하고 사용할만하게 되면 옮겨오는 식으로 작업중... * Simple world 스킨 흔적 지우기. * 프로필 이미지 등록, 삭제 UI * 탈퇴 페이지에서 필수가 아닌 변수 삭제 https://github.com/rhymix/rhymix/pull/885 @bjrambo 님 의견 반영 * 회원 모듈 스킨, 커뮤니케이션 모듈 스킨 * 잘못 들어간 파일삭제 * 잘못 들어간 파일 삭제 * 깨진 이미지 복구 * 스킨 다듬기
This commit is contained in:
parent
1b5818e73c
commit
09e60ee3eb
53 changed files with 2937 additions and 0 deletions
|
|
@ -974,6 +974,7 @@ class memberController extends member
|
|||
$profile_image = $oMemberModel->getProfileImage($member_srl);
|
||||
FileHandler::removeFile($profile_image->file);
|
||||
Rhymix\Framework\Storage::deleteEmptyDirectory(dirname(FileHandler::getRealPath($profile_image->file)), true);
|
||||
$this->_clearMemberCache($member_srl);
|
||||
}
|
||||
return new Object(0,'success');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue