shop 권한 추가로 인한 회원정보 수정 오류 알림 수정

This commit is contained in:
chicpro
2015-12-17 11:07:48 +09:00
parent d5747670aa
commit b26e8e8be2

View File

@ -50,7 +50,7 @@ if ($w == "") {
} else if ($w == 'u') {
if ($is_admin)
if ($is_admin == 'super')
alert('관리자의 회원정보는 관리자 화면에서 수정해 주십시오.', G5_URL);
if (!$is_member)